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 |
官方網址 | 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 } |