Tablr
A powerful tab manager at your fingertips!
Tablrとは何ですか?
TablrはTVFlashによって開発されたChromeの拡張機能で、その主な機能は「A powerful tab manager at your fingertips!」です。
拡張機能のスクリーンショット
Tablr拡張機能のCRXファイルをダウンロード
Tablr拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Tab organization done right. Tablr is a quick and lightweight tab sorting and searching Chrome extension! Features : - Alphabetize tabs A-Z (Ctrl+Shift+A) - Search tabs for keywords - Adjustable settings - Duplicate tab cleaning Change log: V 1.3.2 - Performance optimizations V 1.3.1 - Fixed preferences for shortcut searches V 1.3 - Added Settings menu - Added search by URL - Added toggle tab duplicate cleaning V 1.2.1 - Added search on enter V 1.2 - Added alpha sort shortcut V 1.1 - Fixed icons V 1.0 - Release
拡張機能の基本情報
名前 | |
ID | agdlmmkblbggohcchbofgamfjddamemo |
公式URL | https://chrome.google.com/webstore/detail/tablr/agdlmmkblbggohcchbofgamfjddamemo |
説明 | A powerful tab manager at your fingertips! |
ファイルサイズ | 42.19 KB |
インストール数 | 47 |
現在のバージョン | 1.3.2 |
最終更新日 | 2014-09-11 |
公開日 | 2014-09-11 |
評価 | 5.00/5 合計 9 レビュー |
開発者 | TVFlash |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tablr", "description": "A powerful tab manager at your fingertips!", "version": "1.3.2", "options_page": "settings.html", "background": { "scripts": [ "background.js" ] }, "commands": { "toggle-sort": { "suggested_key": { "default": "Ctrl+Shift+A", "mac": "Command+Shift+A" }, "description": "Sorts the tabs in A-Z" } }, "browser_action": { "default_icon": "img\/icon.png", "default_popup": "popup.html" }, "icons": { "128": "img\/hot.png", "48": "img\/icon48.png", "16": "img\/defaultIcon16.png" }, "permissions": [ "webNavigation", "webRequest", "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ] } |