Open in Instapaper Text

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

Qu'est-ce que Open in Instapaper Text ?

Open in Instapaper Text est une extension Chrome développée par rawbytz, et sa fonction principale est "Open pages in Instapaper Text via the toolbar icon, keyboard shortcut, or right clicking links.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Open in Instapaper Text

Téléchargez les fichiers d'extension Open in Instapaper Text au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Open in Instapaper Text Open in Instapaper Text
ID lkdmfkbmdklogdfgcbcgdfhkmanmbhih
URL Officiel https://chromewebstore.google.com/detail/open-in-instapaper-text/lkdmfkbmdklogdfgcbcgdfhkmanmbhih
Description Open pages in Instapaper Text via the toolbar icon, keyboard shortcut, or right clicking links.
Taille du Fichier 22.96 KB
Nombre d'Installations 3,372
Version Actuelle 2.2
Dernière Mise à Jour 2017-08-31
Date de Publication 2017-08-31
Évaluation 4.70/5 Total 10 Évaluations
Développeur rawbytz
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}