New Tab Page Counter
Track the number of times you open the new tab page, and how much time you have it open. You probably will be amazed!
New Tab Page Counterとは何ですか?
New Tab Page CounterはBeaverによって開発されたChromeの拡張機能で、その主な機能は「Track the number of times you open the new tab page, and how much time you have it open. You probably will be amazed!」です。
拡張機能のスクリーンショット
New Tab Page Counter拡張機能のCRXファイルをダウンロード
New Tab Page Counter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This simple widget shows you the amount of time you have a new tab page open, and how many times you open a new tab page. New Tab Page Counter is very customizable. You can change the font and background colors, and choose to hide the amount of time or the number of times the new tab page has been opened. This widget requires Awesome New Tab Page to work. Without Awesome New Tab Page this widget does nothing. You can download Awesome New Tab Page at https://chrome.google.com/webstore/detail/awesome-new-tab-page/mgmiemnjjchgkmgbeljfocdjjnpjnmcg.
拡張機能の基本情報
名前 | New Tab Page Counter |
ID | dfcpeeodhadpkndehphebgcajckcdgka |
公式URL | https://chromewebstore.google.com/detail/new-tab-page-counter/dfcpeeodhadpkndehphebgcajckcdgka |
説明 | Track the number of times you open the new tab page, and how much time you have it open. You probably will be amazed! |
ファイルサイズ | 709 KB |
インストール数 | 402 |
現在のバージョン | 1 |
最終更新日 | 2013-11-06 |
公開日 | 2013-11-06 |
評価 | 4.11/5 合計 9 レビュー |
開発者 | Beaver |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "New Tab Page Counter", "web_accessible_resources": [ "widget.html", "index.html", "options.html" ], "options_page": "settings.html", "background": { "page": "background2.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "version": "1", "description": "Track the number of times you open the new tab page, and how much time you have it open. You probably will be amazed!", "icons": { "128": "newicon.png" } } |