InstaContext

Right-click context menu option to save a link to Instapaper

Was ist InstaContext?

InstaContext ist eine Chrome-Erweiterung, die von Steve Garrity entwickelt wurde, und ihr Hauptmerkmal ist "Right-click context menu option to save a link to Instapaper".

Erweiterungsscreenshots

screenshot

InstaContext-Erweiterungs-CRX-Datei herunterladen

Laden Sie InstaContext-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                                            

Grundlegende Informationen zur Erweiterung

Name InstaContext InstaContext
ID dmpaafnbaejbiknnabjlmifmhjgmdccb
Offizielle URL https://chromewebstore.google.com/detail/instacontext/dmpaafnbaejbiknnabjlmifmhjgmdccb
Beschreibung Right-click context menu option to save a link to Instapaper
Dateigröße 28.51 KB
Installationsanzahl 18
Aktuelle Version 0.1.1.0
Letztes Update 2013-09-27
Veröffentlichungsdatum 2013-09-26
Entwickler Steve Garrity
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}