Read with Instapaper

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

Hvad er Read with Instapaper?

Read with Instapaper er en Chrome-udvidelse udviklet af Philipp Comans, og dens hovedfunktion er "Instantly view any compatible web page in Instapaper's text view.".

Udvidelsesskærmbilleder

screenshot

Download Read with Instapaper-udvidelses-CRX-fil

Download Read with Instapaper-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

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Read with Instapaper Read with Instapaper
ID loakjddodapechhbbfllclddgeccbmkl
Officiel URL https://chromewebstore.google.com/detail/read-with-instapaper/loakjddodapechhbbfllclddgeccbmkl
Beskrivelse Instantly view any compatible web page in Instapaper's text view.
Filstørrelse 16.12 KB
Antal Installationer 492
Nuværende Version 0.4
Senest Opdateret 2022-09-06
Udgivelsesdato 2015-08-26
Bedømmelse 4.67/5 Samlet 6 Bedømmelser
Udvikler Philipp Comans
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/pcomans/ReadWithInstapaper
Hjælpeside-URL https://github.com/pcomans/ReadWithInstapaper/issues
Understøttede Sprog 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
}