InstaContext
Right-click context menu option to save a link to Instapaper
What is InstaContext?
InstaContext is a Chrome extension developed by Steve Garrity, and its main feature is "Right-click context menu option to save a link to Instapaper".
Extension Screenshots
Download InstaContext Extension CRX File
Download InstaContext extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | InstaContext |
ID | dmpaafnbaejbiknnabjlmifmhjgmdccb |
Official URL | https://chromewebstore.google.com/detail/instacontext/dmpaafnbaejbiknnabjlmifmhjgmdccb |
Description | Right-click context menu option to save a link to Instapaper |
File Size | 28.51 KB |
Installation Count | 18 |
Current Version | 0.1.1.0 |
Last Updated | 2013-09-27 |
Publish Date | 2013-09-26 |
Developer | Steve Garrity |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "InstaContext", "description": "Right-click context menu option to save a link to Instapaper", "version": "0.1.1.0", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "options_page": "options.html", "icons": { "16": "icons\/favicon.ico", "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [ "contextMenus", "https:\/\/www.instapaper.com\/api\/add" ] } |