InstaContext
Right-click context menu option to save a link to Instapaper
Wat is InstaContext?
InstaContext is een Chrome-extensie ontwikkeld door Steve Garrity, en de belangrijkste functie is "Right-click context menu option to save a link to Instapaper".
Extensie Screenshots
Download het CRX-bestand van de extensie InstaContext
Download InstaContext-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | InstaContext |
ID | dmpaafnbaejbiknnabjlmifmhjgmdccb |
Officiële URL | https://chromewebstore.google.com/detail/instacontext/dmpaafnbaejbiknnabjlmifmhjgmdccb |
Beschrijving | Right-click context menu option to save a link to Instapaper |
Bestandsgrootte | 28.51 KB |
Aantal Installaties | 18 |
Huidige Versie | 0.1.1.0 |
Laatst Bijgewerkt | 2013-09-27 |
Publicatiedatum | 2013-09-26 |
Ontwikkelaar | Steve Garrity |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |