Organize your tabs
OYTs smartly organizes tabs, based on category.
什麼是Organize your tabs?
Organize your tabs是由Anurag Gautam開發的Chrome擴展程式,該擴展的主要功能是“OYTs smartly organizes tabs, based on category.”。
擴展截圖
下載Organize your tabs擴展crx文件
下載Organize your tabs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
- Organize Your Tabs (OYTs) is a smart tab organizer. It’s non intrusive and fully private. When you enable this extension your tabs are bookmark based on the category you have added. - It will allow you to discover greater insights about your browsing habits. - Manager for quickly finding and organizing all your tabs. Saves your windows and tabs when you close Chrome. HOW IT WORKS: - Click on the OYTs icon in the upper-right to open a popup. This popup lists all your window tabs so you can easily see them at a glance. - Categories can be added and removed based on need, tabs can be added to categories to make it more friendly while browsing.
擴展基本資訊
名稱 | |
ID | ehoilfhlbigihkabnbgjdjokffckaifl |
官方網址 | https://chrome.google.com/webstore/detail/organize-your-tabs/ehoilfhlbigihkabnbgjdjokffckaifl |
簡介 | OYTs smartly organizes tabs, based on category. |
檔案大小 | 304 KB |
安裝次數 | 206 |
目前版本 | 1.1.3 |
更新時間 | 2022-05-24 |
上架時間 | 2019-06-09 |
評分 | 4.44/5 共 9 次評分 |
開發者 | Anurag Gautam |
電子郵箱 | [email protected] |
付費類型 | in_app |
擴展官網 | https://medium.com/@anuraggautam/chrome-extension-organize-your-browser-tabs-smartly-64d1207a1ab |
說明頁面URL | https://medium.com/@anuraggautam/chrome-extension-organize-your-browser-tabs-smartly-64d1207a1ab |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.1.3", "name": "Organize your tabs", "short_name": "OYTs", "description": "OYTs smartly organizes tabs, based on category.", "icons": { "16": "assets\/img\/16.png", "32": "assets\/img\/32.png", "48": "assets\/img\/48.png", "64": "assets\/img\/64.png", "128": "assets\/img\/128.png" }, "action": { "default_popup": "index.html", "default_icon": { "16": "assets\/img\/16.png", "32": "assets\/img\/32.png", "48": "assets\/img\/48.png", "64": "assets\/img\/64.png", "128": "assets\/img\/128.png" } }, "background": { "service_worker": "js\/background.js" }, "permissions": [ "storage", "tabs" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } } |