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 |
公式URL | 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 |
Eメール | [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" ] } |