TabsFolder
Group your tabs into groups.
什麼是TabsFolder?
TabsFolder是由https://e-pot.xyz開發的Chrome擴展程式,該擴展的主要功能是“Group your tabs into groups.”。
擴展截圖
下載TabsFolder擴展crx文件
下載TabsFolder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Add a kind of panorama like feature to chrome (but less pretty). This extention is design to people like me who always have a lot of tabs open at the same time. It allows the creation of groups (folders) to organise the repartition of your tabs. With this extention, create groups and add tabs to them just with drag and drop. Then choose the group of tab you want work with. You will not be disturb by the other tabs. You can switch to an other tab group anytime you want. Just close the group to close all the tabs inside it when you have finished to work with. Now the extention keeps your pinned tabs open. A git repository has been created. Fell free to fork or re-use it. Some part of the code are in french though (sorry). https://github.com/Conchylicultor/TabsFolder
擴展基本資訊
名稱 | TabsFolder |
ID | pdfepgdcmifhbmldcofnkmnbabamjdnm |
官方網址 | https://chromewebstore.google.com/detail/tabsfolder/pdfepgdcmifhbmldcofnkmnbabamjdnm |
簡介 | Group your tabs into groups. |
檔案大小 | 155 KB |
安裝次數 | 1,395 |
目前版本 | 1.1.0 |
更新時間 | 2016-11-28 |
上架時間 | 2016-11-27 |
評分 | 4.05/5 共 65 次評分 |
開發者 | https://e-pot.xyz |
付費類型 | free |
擴展官網 | https://github.com/Conchylicultor/TabsFolder |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TabsFolder", "version": "1.1.0", "description": "Group your tabs into groups.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "author": { "name": "Conchilicultor", "email": "[email protected]" }, "permissions": [ "tabs", "storage" ], "background": { "scripts": [ "src\/event_page.js" ], "persistent": false }, "browser_action": { "default_icon": "img\/ba48.png", "default_title": "Organise your tabs" } } |