Read with Instapaper

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

Cos'è Read with Instapaper?

Read with Instapaper è un'estensione di Chrome sviluppata da Philipp Comans, e la sua funzione principale è "Instantly view any compatible web page in Instapaper's text view.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Read with Instapaper

Scarica i file di estensione Read with Instapaper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Read with Instapaper Read with Instapaper
ID loakjddodapechhbbfllclddgeccbmkl
URL Ufficiale https://chromewebstore.google.com/detail/read-with-instapaper/loakjddodapechhbbfllclddgeccbmkl
Descrizione Instantly view any compatible web page in Instapaper's text view.
Dimensione del File 16.12 KB
Conteggio Installazioni 492
Versione Corrente 0.4
Ultimo Aggiornamento 2022-09-06
Data di Pubblicazione 2015-08-26
Valutazione 4.67/5 Totale 6 Valutazioni
Sviluppatore Philipp Comans
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/pcomans/ReadWithInstapaper
URL della Pagina di Aiuto https://github.com/pcomans/ReadWithInstapaper/issues
Lingue Supportate 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
}