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 |
公式URL | 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" ] } |