Manage your tabs
Manage tabs in new tab to Kanban board. You can also save tabs.
Manage your tabsとは何ですか?
Manage your tabsはkukeastによって開発されたChromeの拡張機能で、その主な機能は「Manage tabs in new tab to Kanban board. You can also save tabs.」です。
拡張機能のスクリーンショット
Manage your tabs拡張機能のCRXファイルをダウンロード
Manage your tabs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
You can move or delete open tabs from a new tab by drag and drop. View all open windows in one window, Move and delete tabs to clean up dirty windows.
拡張機能の基本情報
名前 | Manage your tabs |
ID | enpfcihnonpcdamdbhapnianlchnjifi |
公式URL | https://chromewebstore.google.com/detail/manage-your-tabs/enpfcihnonpcdamdbhapnianlchnjifi |
説明 | Manage tabs in new tab to Kanban board. You can also save tabs. |
ファイルサイズ | 142 KB |
インストール数 | 50 |
現在のバージョン | 1.1.2 |
最終更新日 | 2021-02-22 |
公開日 | 2020-11-13 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | kukeast |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.1.2", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_title": "Manage your tabs." }, "background": { "scripts": [ "js\/js.js" ], "persistent": false }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "tabs", "storage" ] } |