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 |
官方網址 | 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 |
電子郵箱 | [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" ] } |