Read with Instapaper

Instantly view any compatible web page in Instapaper's text view.

Apa itu Read with Instapaper?

Read with Instapaper adalah ekstensi Chrome yang dikembangkan oleh Philipp Comans, dan fitur utamanya adalah "Instantly view any compatible web page in Instapaper's text view.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Read with Instapaper

Unduh file ekstensi Read with Instapaper 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

                        Version 0.4:
Updated manifest to version 3.
Version 0.3:
New retina icon. I hope you like it.
Version 0.2:
Clicking the icon will do nothing if already displaying a site in Instapaper's text view. 
Changed manifest to version 2.                    

Informasi Dasar Ekstensi

Nama Read with Instapaper Read with Instapaper
ID loakjddodapechhbbfllclddgeccbmkl
URL Resmi https://chromewebstore.google.com/detail/read-with-instapaper/loakjddodapechhbbfllclddgeccbmkl
Deskripsi Instantly view any compatible web page in Instapaper's text view.
Ukuran File 16.12 KB
Jumlah Instalasi 492
Versi Saat Ini 0.4
Terakhir Diperbarui 2022-09-06
Tanggal Publikasi 2015-08-26
Penilaian 4.67/5 Total 6 Penilaian
Pengembang Philipp Comans
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/pcomans/ReadWithInstapaper
URL Halaman Bantuan https://github.com/pcomans/ReadWithInstapaper/issues
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Read with Instapaper",
    "description": "Instantly view any compatible web page in Instapaper's text view.",
    "version": "0.4",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "24": "icon24.png",
            "32": "icon32.png"
        },
        "default_title": "Instapaper Text"
    },
    "homepage_url": "https:\/\/github.com\/pcomans\/ReadWithInstapaper",
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs"
    ],
    "manifest_version": 3
}