AllTabs
Manage Tabs
AllTabsとは何ですか?
AllTabsはjitenによって開発されたChromeの拡張機能で、その主な機能は「Manage Tabs」です。
拡張機能のスクリーンショット
AllTabs拡張機能のCRXファイルをダウンロード
AllTabs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
AllTabs is a tab manager for your chrome web browser. Save All Tabs Save your current open pages with one click. If you are in a hurry no need to give the file name. The current time will be the file name so that you can easily identify the session. Open Tabs Later Open previously saved files anytime. You can store thousands of sessions in your chrome browser. *Copy All Tabs so that you can share with others. *Open Multiple URLs in one click *Save all open tabs so that can be opened later *Bookmark Multiple Pages with one name *Save incognito and Cognito window separately
拡張機能の基本情報
名前 | AllTabs |
ID | fffhmhcillaopdbhllfffhfhbcnkioco |
公式URL | https://chromewebstore.google.com/detail/alltabs/fffhmhcillaopdbhllfffhfhbcnkioco |
説明 | Manage Tabs |
ファイルサイズ | 74 KB |
インストール数 | 3,153 |
現在のバージョン | 1.0 |
最終更新日 | 2017-08-29 |
公開日 | 2017-08-29 |
評価 | 4.25/5 合計 12 レビュー |
開発者 | jiten |
支払い方法 | free |
拡張機能のウェブサイト | https://alltabs.oxyzen.in |
対応言語 | en |
manifest.json | |
{ "name": "AllTabs", "description": "Manage Tabs", "version": "1.0", "manifest_version": 2, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "options_page": "options.html", "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "js": [ "js\/jquery-2.2.4.min.js", "js\/is.min.js", "js\/clipboard.js", "js\/moment.min.js" ], "matches": [ "*:\/\/*\/*" ] } ], "background": { "page": "background.html" }, "browser_action": { "default_title": "AllTabs", "default_icon": "img\/icon-active.png" } } |