Open in Instapaper Text

Open pages in Instapaper Text via the toolbar icon, keyboard shortcut, or right clicking links.

Was ist Open in Instapaper Text?

Open in Instapaper Text ist eine Chrome-Erweiterung, die von rawbytz entwickelt wurde, und ihr Hauptmerkmal ist "Open pages in Instapaper Text via the toolbar icon, keyboard shortcut, or right clicking links.".

Erweiterungsscreenshots

screenshot

Open in Instapaper Text-Erweiterungs-CRX-Datei herunterladen

Laden Sie Open in Instapaper Text-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

                        Replaces the "Instapaper Text" bookmarklet with an icon in the Chrome toolbar, PLUS:

• Right click links to open them faster in Instapaper Text without loading the original page first.
• Assign a keyboard shortcut, and hide the toolbar icon if desired.

*Important Notes*
• "Instapaper Text" does not add pages to your Instapaper account automatically, it only opens them in a clean, easy to read format. 
• Once loaded, you can "Save to Instapaper", go to your account, and adjust text formatting options.  
• Not all websites are Instapaper Text compatible.

Ver 2.2: Updated to handle new facebook link format on right click.                    

Grundlegende Informationen zur Erweiterung

Name Open in Instapaper Text Open in Instapaper Text
ID lkdmfkbmdklogdfgcbcgdfhkmanmbhih
Offizielle URL https://chromewebstore.google.com/detail/open-in-instapaper-text/lkdmfkbmdklogdfgcbcgdfhkmanmbhih
Beschreibung Open pages in Instapaper Text via the toolbar icon, keyboard shortcut, or right clicking links.
Dateigröße 22.96 KB
Installationsanzahl 3,372
Aktuelle Version 2.2
Letztes Update 2017-08-31
Veröffentlichungsdatum 2017-08-31
Bewertung 4.70/5 Insgesamt 10 Bewertungen
Entwickler rawbytz
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open in Instapaper Text",
    "version": "2.2",
    "description": "Open pages in Instapaper Text via the toolbar icon, keyboard shortcut, or right clicking links.",
    "browser_action": {
        "default_icon": "ip_128.png",
        "default_title": "Open in Instapaper Text"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "ip_128.png"
    },
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "manifest_version": 2
}