Tab Tally
This extension keeps track of the open tabs and windows you're currently running
什麼是Tab Tally?
Tab Tally是由Michael Hazani開發的Chrome擴展程式,該擴展的主要功能是“This extension keeps track of the open tabs and windows you're currently running”。
擴展截圖
下載Tab Tally擴展crx文件
下載Tab Tally擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Yet another tab limiter! This extension maximizes productivity by keeping tabs (heh) on your open tabs and windows, and letting you limit the number of open tabs. Now get to work!
擴展基本資訊
名稱 | Tab Tally |
ID | eoppllliellcefmannacbmnloheolenh |
官方網址 | https://chromewebstore.google.com/detail/tab-tally/eoppllliellcefmannacbmnloheolenh |
簡介 | This extension keeps track of the open tabs and windows you're currently running |
檔案大小 | 40.18 KB |
安裝次數 | 24 |
目前版本 | 0.0.1 |
更新時間 | 2016-07-22 |
上架時間 | 2016-07-21 |
開發者 | Michael Hazani |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://michaelhazani.com |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Tally", "description": "This extension keeps track of the open tabs and windows you're currently running", "author": "Michael Hazani", "version": "0.0.1", "browser_action": { "default_icon": { "128": "icon_128.png", "16": "icon_16.png", "48": "icon_48.png" }, "default_title": "Tab Tally", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "activeTab", "storage", "tabs" ] } |