Read with Instapaper

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

Was ist Read with Instapaper?

Read with Instapaper ist eine Chrome-Erweiterung, die von Philipp Comans entwickelt wurde, und ihr Hauptmerkmal ist "Instantly view any compatible web page in Instapaper's text view.".

Erweiterungsscreenshots

screenshot

Read with Instapaper-Erweiterungs-CRX-Datei herunterladen

Laden Sie Read with Instapaper-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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Read with Instapaper Read with Instapaper
ID loakjddodapechhbbfllclddgeccbmkl
Offizielle URL https://chromewebstore.google.com/detail/read-with-instapaper/loakjddodapechhbbfllclddgeccbmkl
Beschreibung Instantly view any compatible web page in Instapaper's text view.
Dateigröße 16.12 KB
Installationsanzahl 492
Aktuelle Version 0.4
Letztes Update 2022-09-06
Veröffentlichungsdatum 2015-08-26
Bewertung 4.67/5 Insgesamt 6 Bewertungen
Entwickler Philipp Comans
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/pcomans/ReadWithInstapaper
Hilfeseite URL https://github.com/pcomans/ReadWithInstapaper/issues
Unterstützte Sprachen 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
}