Twinkledot Tab Notifier
Don't ever miss notifications on changed tabs
Twinkledot Tab Notifierとは何ですか?
Twinkledot Tab Notifierはenter.によって開発されたChromeの拡張機能で、その主な機能は「Don't ever miss notifications on changed tabs」です。
拡張機能のスクリーンショット
Twinkledot Tab Notifier拡張機能のCRXファイルをダウンロード
Twinkledot Tab Notifier拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension adds a notification over your pinned tabs when something has happened in the tab: new message arrived, new items to read etc.
拡張機能の基本情報
名前 | Twinkledot Tab Notifier |
ID | oabcnplfjbnkdpaihdoaapmficokiphh |
公式URL | https://chromewebstore.google.com/detail/twinkledot-tab-notifier/oabcnplfjbnkdpaihdoaapmficokiphh |
説明 | Don't ever miss notifications on changed tabs |
ファイルサイズ | 38.46 KB |
インストール数 | 387 |
現在のバージョン | 0.0.2 |
最終更新日 | 2015-04-09 |
公開日 | 2015-04-09 |
評価 | 3.82/5 合計 11 レビュー |
開発者 | enter. |
支払い方法 | free |
対応言語 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "default_locale": "en", "name": "Twinkledot Tab Notifier", "description": "__MSG_app_desc__", "manifest_version": 2, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "chrome:\/\/*\/*" ], "version": "0.0.2", "icons": { "128": "img\/128.png", "48": "img\/48.png", "16": "img\/16.png" }, "background": { "scripts": [ "background.js" ] } } |