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 |
官方網址 | 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 |
電子郵箱 | [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 } } |