InstaContext

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

Apa itu InstaContext?

InstaContext adalah ekstensi Chrome yang dikembangkan oleh Steve Garrity, dan fitur utamanya adalah "Right-click context menu option to save a link to Instapaper".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi InstaContext

Unduh file ekstensi InstaContext dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama InstaContext InstaContext
ID dmpaafnbaejbiknnabjlmifmhjgmdccb
URL Resmi https://chromewebstore.google.com/detail/instacontext/dmpaafnbaejbiknnabjlmifmhjgmdccb
Deskripsi Right-click context menu option to save a link to Instapaper
Ukuran File 28.51 KB
Jumlah Instalasi 18
Versi Saat Ini 0.1.1.0
Terakhir Diperbarui 2013-09-27
Tanggal Publikasi 2013-09-26
Pengembang Steve Garrity
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}