Read with Instapaper
Instantly view any compatible web page in Instapaper's text view.
Wat is Read with Instapaper?
Read with Instapaper is een Chrome-extensie ontwikkeld door Philipp Comans, en de belangrijkste functie is "Instantly view any compatible web page in Instapaper's text view.".
Extensie Screenshots
Download het CRX-bestand van de extensie Read with Instapaper
Download Read with Instapaper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Read with Instapaper |
ID | loakjddodapechhbbfllclddgeccbmkl |
Officiële URL | https://chromewebstore.google.com/detail/read-with-instapaper/loakjddodapechhbbfllclddgeccbmkl |
Beschrijving | Instantly view any compatible web page in Instapaper's text view. |
Bestandsgrootte | 16.12 KB |
Aantal Installaties | 492 |
Huidige Versie | 0.4 |
Laatst Bijgewerkt | 2022-09-06 |
Publicatiedatum | 2015-08-26 |
Beoordeling | 4.67/5 Totaal 6 Beoordelingen |
Ontwikkelaar | Philipp Comans |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/pcomans/ReadWithInstapaper |
Help Pagina-URL | https://github.com/pcomans/ReadWithInstapaper/issues |
Ondersteunde Talen | 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 } |