TabPacker
Bring all tabs into TabPacker
TabPackerとは何ですか?
TabPackerはhttps://whatever-will-be-que-sera-sera.tumblr.comによって開発されたChromeの拡張機能で、その主な機能は「Bring all tabs into TabPacker」です。
拡張機能のスクリーンショット
TabPacker拡張機能のCRXファイルをダウンロード
TabPacker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
just click on the TabPacker icon in the top right side next to address bar. Double-click icon: Tab Packer Single-click icon: Open Tab Container Shortcut keys ------------------------ TabPaker = Alt + P **Change shortcut keys Just open the extensions page scroll to the bottom of the page and click "Configure commands". ------------------------ By clicking the TabPacker icon all the tabs will convert into a list, and will be available in a single tab. When you need to access the tabs again, you can either restore them individually or all.
拡張機能の基本情報
名前 | TabPacker |
ID | enhgdbcbbhomncfniecilneicdopfdog |
公式URL | https://chromewebstore.google.com/detail/tabpacker/enhgdbcbbhomncfniecilneicdopfdog |
説明 | Bring all tabs into TabPacker |
ファイルサイズ | 98.11 KB |
インストール数 | 65 |
現在のバージョン | 2.1 |
最終更新日 | 2015-05-09 |
公開日 | 2015-05-08 |
評価 | 4.80/5 合計 5 レビュー |
開発者 | https://whatever-will-be-que-sera-sera.tumblr.com |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TabPacker", "version": "2.1", "description": "Bring all tabs into TabPacker", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "options_page": "options.html", "browser_action": { "default_icon": "icon19.png", "default_title": "TabPacker" }, "web_accessible_resources": [ "stack.html", "load.html" ], "commands": { "myCommand_tabpacker": { "suggested_key": { "default": "Alt+P" }, "description": "Send tabs command" } }, "permissions": [ "chrome:\/\/favicon\/*", "tabs", " |