Open in Instapaper Text

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

Hvad er Open in Instapaper Text?

Open in Instapaper Text er en Chrome-udvidelse udviklet af rawbytz, og dens hovedfunktion er "Open pages in Instapaper Text via the toolbar icon, keyboard shortcut, or right clicking links.".

Udvidelsesskærmbilleder

screenshot

Download Open in Instapaper Text-udvidelses-CRX-fil

Download Open in Instapaper Text-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Open in Instapaper Text Open in Instapaper Text
ID lkdmfkbmdklogdfgcbcgdfhkmanmbhih
Officiel URL https://chromewebstore.google.com/detail/open-in-instapaper-text/lkdmfkbmdklogdfgcbcgdfhkmanmbhih
Beskrivelse Open pages in Instapaper Text via the toolbar icon, keyboard shortcut, or right clicking links.
Filstørrelse 22.96 KB
Antal Installationer 3,372
Nuværende Version 2.2
Senest Opdateret 2017-08-31
Udgivelsesdato 2017-08-31
Bedømmelse 4.70/5 Samlet 10 Bedømmelser
Udvikler rawbytz
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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
}