Skip to content

Instantly share code, notes, and snippets.

@fancyremarker
Created December 26, 2012 04:58
Show Gist options
  • Save fancyremarker/4377978 to your computer and use it in GitHub Desktop.
Save fancyremarker/4377978 to your computer and use it in GitHub Desktop.
Svpply Chrome extension converted from bookmarklet via @peterlegierski's plugin
chrome.browserAction.onClicked.addListener(function(tab) {
chrome.tabs.executeScript(tab.id, {file: "bookmarklet.js"})
});
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);})());
{
"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
}
@fancyremarker
Copy link
Author

Svpply Chrome extension converted from bookmarklet via @peterlegierski's plugin. Full extension archive, including icons, here (svpply.zip). To install:

  1. Unzip svpply.zip
  2. Go to "Preferences" (⌘-,) in Chrome
  3. Go to the "Extensions" tab
  4. Check "Developer mode"
  5. Click "Load unpacked extension..."

@fancyremarker
Copy link
Author

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