Tab Counter
Shows the amount of tabs you've created on every new tab.
Tab Counterとは何ですか?
Tab Counterはmetarmaskによって開発されたChromeの拡張機能で、その主な機能は「Shows the amount of tabs you've created on every new tab.」です。
拡張機能のスクリーンショット
Tab Counter拡張機能のCRXファイルをダウンロード
Tab Counter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Replaces the new tab page with a counter showing the amount of tabs you've opened. The count is synced to your account and will follow you anywhere. Change the font, size and color of the number, replace the background with a beautiful picture of a mountain or a gradient - how your new tab looks is up to you.
拡張機能の基本情報
名前 | Tab Counter |
ID | mahddlcedaddgnglfdlgphgdkgcjocbf |
公式URL | https://chromewebstore.google.com/detail/tab-counter/mahddlcedaddgnglfdlgphgdkgcjocbf |
説明 | Shows the amount of tabs you've created on every new tab. |
ファイルサイズ | 16.79 KB |
インストール数 | 56 |
現在のバージョン | 2.0 |
最終更新日 | 2016-07-23 |
公開日 | 2016-07-23 |
評価 | 3.50/5 合計 4 レビュー |
開発者 | metarmask |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Counter", "description": "Shows the amount of tabs you've created on every new tab.", "version": "2.0", "minimum_chrome_version": "51", "icons": { "128": "icon.png" }, "chrome_url_overrides": { "newtab": "newtab\/newtab.html" }, "permissions": [ "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "options_ui": { "page": "options\/options.html", "chrome_style": true } } |