Read with Instapaper
Instantly view any compatible web page in Instapaper's text view.
What is Read with Instapaper?
Read with Instapaper is a Chrome extension developed by Philipp Comans, and its main feature is "Instantly view any compatible web page in Instapaper's text view.".
Extension Screenshots
Download Read with Instapaper Extension CRX File
Download Read with Instapaper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Read with Instapaper |
ID | loakjddodapechhbbfllclddgeccbmkl |
Official URL | https://chromewebstore.google.com/detail/read-with-instapaper/loakjddodapechhbbfllclddgeccbmkl |
Description | Instantly view any compatible web page in Instapaper's text view. |
File Size | 16.12 KB |
Installation Count | 492 |
Current Version | 0.4 |
Last Updated | 2022-09-06 |
Publish Date | 2015-08-26 |
Rating | 4.67/5 Total 6 Ratings |
Developer | Philipp Comans |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/pcomans/ReadWithInstapaper |
Help Page URL | https://github.com/pcomans/ReadWithInstapaper/issues |
Supported Languages | 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 } |