Created
December 26, 2012 04:58
-
-
Save fancyremarker/4377978 to your computer and use it in GitHub Desktop.
Svpply Chrome extension converted from bookmarklet via @peterlegierski's plugin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
chrome.browserAction.onClicked.addListener(function(tab) { | |
chrome.tabs.executeScript(tab.id, {file: "bookmarklet.js"}) | |
}); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
void((function(){var hsb=document.createElement('script');hsb.setAttribute('src','https://svpply.com/bookmarklet/loader/svpk_abec13893ac5e37eec90ab845c2bf3a8');hsb.setAttribute('type','text/javascript');document.getElementsByTagName('head')[0].appendChild(hsb);})()); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"background": {"scripts": ["background.js"]}, | |
"browser_action": { | |
"default_icon": "icon-128.png", | |
"default_title": "Svpply" | |
}, | |
"name": "Svpply", | |
"description": "Buy Later (Send To Svpply)", | |
"homepage_url": "http://svpply.com", | |
"icons": { | |
"16": "icon-16.png", | |
"48": "icon-48.png", | |
"128": "icon-128.png" }, | |
"permissions": [ | |
"tabs", | |
"http://*/*", | |
"https://*/*" | |
], | |
"version": "0.1", | |
"manifest_version": 2 | |
} |
Note: This plugin is in no way affiliated with Svpply.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Svpply Chrome extension converted from bookmarklet via @peterlegierski's plugin. Full extension archive, including icons, here (svpply.zip). To install:
svpply.zip