Organize your tabs

OYTs smartly organizes tabs, based on category.

Organize your tabs là gì?

Organize your tabs là một tiện ích mở rộng Chrome được phát triển bởi Anurag Gautam, và tính năng chính của nó là "OYTs smartly organizes tabs, based on category.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Organize your tabs

Tải xuống các tệp mở rộng Organize your tabs dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        - 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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Organize your tabs Organize your tabs
ID ehoilfhlbigihkabnbgjdjokffckaifl
URL Chính Thức https://chrome.google.com/webstore/detail/organize-your-tabs/ehoilfhlbigihkabnbgjdjokffckaifl
Mô tả OYTs smartly organizes tabs, based on category.
Kích Thước Tệp 304 KB
Số Lần Cài Đặt 206
Phiên Bản Hiện Tại 1.1.3
Cập Nhật Lần Cuối 2022-05-24
Ngày Phát Hành 2019-06-09
Đánh Giá 4.44/5 Tổng số 9 Đánh Giá
Nhà Phát Triển Anurag Gautam
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://medium.com/@anuraggautam/chrome-extension-organize-your-browser-tabs-smartly-64d1207a1ab
URL Trang Trợ Giúp https://medium.com/@anuraggautam/chrome-extension-organize-your-browser-tabs-smartly-64d1207a1ab
Ngôn Ngữ Được Hỗ Trợ 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'"
    }
}