Read with Instapaper
Instantly view any compatible web page in Instapaper's text view.
什么是Read with Instapaper?
Read with Instapaper是由Philipp Comans开发的Chrome扩展程序,该扩展的主要功能是“Instantly view any compatible web page in Instapaper's text view.”。
扩展截图
下载Read with Instapaper扩展crx文件
下载Read with Instapaper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Read with Instapaper |
ID | loakjddodapechhbbfllclddgeccbmkl |
官方URL | https://chromewebstore.google.com/detail/read-with-instapaper/loakjddodapechhbbfllclddgeccbmkl |
简介 | Instantly view any compatible web page in Instapaper's text view. |
文件大小 | 16.12 KB |
安装次数 | 492 |
当前版本 | 0.4 |
更新时间 | 2022-09-06 |
上架时间 | 2015-08-26 |
评分 | 4.67/5 共6次评分 |
开发者 | Philipp Comans |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/pcomans/ReadWithInstapaper |
帮助页面URL | https://github.com/pcomans/ReadWithInstapaper/issues |
支持的语言 | 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 } |