Instapaper count
Adds an icon showing your Instapaper unread item count.
Instapaper countとは何ですか?
Instapaper countはhttps://eduardo.noeda.comによって開発されたChromeの拡張機能で、その主な機能は「Adds an icon showing your Instapaper unread item count.」です。
拡張機能のスクリーンショット
Instapaper count拡張機能のCRXファイルをダウンロード
Instapaper count拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
MOTIVATION As you probably know, Instapaper does not show any badge or count of the unread items in your account. It's done on purpose and I'm aware of it, but I prefer to be reminded that I have something pending in order to remember to go read it. So this plugin adds a button in the toolbar which shows the Instapaper unread item count. FIRST USE If you are not logged in to Instapaper, the icon shows an exclamation mark. Click on the button and it will open the Instapaper page so you can log in. After that, it will always be able to retrieve the count (you can close the Instapaper tab whenever you want, the plugin doesn't need it to work). Comments are welcome.
拡張機能の基本情報
名前 | Instapaper count |
ID | oadfoocehndapcgpcbjngnnfonkilhjb |
公式URL | https://chromewebstore.google.com/detail/instapaper-count/oadfoocehndapcgpcbjngnnfonkilhjb |
説明 | Adds an icon showing your Instapaper unread item count. |
ファイルサイズ | 11.15 KB |
インストール数 | 72 |
現在のバージョン | 1.4 |
最終更新日 | 2014-10-30 |
公開日 | 2014-10-30 |
評価 | 4.33/5 合計 3 レビュー |
開発者 | https://eduardo.noeda.com |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Instapaper count", "version": "1.4", "manifest_version": 2, "description": "Adds an icon showing your Instapaper unread item count.", "browser_action": { "default_icon": "icon-128.png", "default_title": "Click to count your Instapaper items" }, "icons": { "16": "icon-16.png", "128": "icon-128.png" }, "background": { "scripts": [ "instapapercount.js" ] }, "permissions": [ "https:\/\/www.instapaper.com\/*" ] } |