Approaching
Track approaching events with multiple countdown timers as a replacement for Chrome's default new tab.
Approachingとは何ですか?
Approachingはhttp://natedelage.comによって開発されたChromeの拡張機能で、その主な機能は「Track approaching events with multiple countdown timers as a replacement for Chrome's default new tab.」です。
拡張機能のスクリーンショット
Approaching拡張機能のCRXファイルをダウンロード
Approaching拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Track approaching events with multiple countdown timers as a replacement for Chrome's default new tab.
拡張機能の基本情報
名前 | |
ID | pfeinjabklfaiidkiifdbknijemhkjok |
公式URL | https://chrome.google.com/webstore/detail/approaching/pfeinjabklfaiidkiifdbknijemhkjok |
説明 | Track approaching events with multiple countdown timers as a replacement for Chrome's default new tab. |
ファイルサイズ | 208 KB |
インストール数 | 121 |
現在のバージョン | 0.1 |
最終更新日 | 2015-06-15 |
公開日 | 2015-06-15 |
評価 | 4.00/5 合計 3 レビュー |
開発者 | http://natedelage.com |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Approaching", "short_name": "Approaching", "description": "Track approaching events with multiple countdown timers as a replacement for Chrome's default new tab.", "version": "0.1", "incognito": "split", "chrome_url_overrides": { "newtab": "index.html" }, "manifest_version": 2, "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "storage" ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |