Simplepaper
Send the current page or link to your Instapaper list via button or contextual menu, with easy access to unread list
什麼是Simplepaper?
Simplepaper是由kaimoku開發的Chrome擴展程式,該擴展的主要功能是“Send the current page or link to your Instapaper list via button or contextual menu, with easy access to unread list”。
擴展截圖
下載Simplepaper擴展crx文件
下載Simplepaper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Simplepaper is a very simple extension for Instapaper. Click the extension button once to send the current page to Instapaper (also works in Google Reader). Double-click the button to open Instapaper Unread list. Send to Instapaper contextual menu option will send current page or link to Instapaper. The icon will say send when sending to Instapaper. It will say done when sending is done. It will say err when there's an error -- usually invalid credentials. Enter your credentials in the Options page. It will let you know when they're valid, and if they are they will be saved. ------ Update History v.1.0.5 - Add cloud.feedly.com support v.1.0.4 - Add Feedly support | Move code to GitHub v.1.0.3 - Update to manifest v2 | Colored err/send/done tags
擴展基本資訊
名稱 | Simplepaper |
ID | pgioajldekeiphkdjccopedgdjbcdaim |
官方網址 | https://chromewebstore.google.com/detail/simplepaper/pgioajldekeiphkdjccopedgdjbcdaim |
簡介 | Send the current page or link to your Instapaper list via button or contextual menu, with easy access to unread list |
檔案大小 | 52.42 KB |
安裝次數 | 143 |
目前版本 | 1.0.5 |
更新時間 | 2013-06-20 |
上架時間 | 2013-06-20 |
評分 | 4.14/5 共 14 次評分 |
開發者 | kaimoku |
付費類型 | free |
擴展官網 | https://github.com/kaimoku/Simplepaper |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simplepaper", "version": "1.0.5", "description": "Send the current page or link to your Instapaper list via button or contextual menu, with easy access to unread list", "background": { "scripts": [ "jquery.min.js", "background.js" ] }, "options_page": "options.html", "browser_action": { "default_icon": "icon19.png", "default_title": "Simplepaper" }, "icons": { "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "contextMenus", "https:\/\/www.instapaper.com\/*", "http:\/\/www.google.com\/reader\/*", "https:\/\/www.google.com\/reader\/*", "http:\/\/*.feedly.com\/*" ], "manifest_version": 2, "web_accessible_resources": [ "reader.js", "feedly.js" ] } |