Excited Gem

A tool to manage your tabs and other browser related features.

Excited Gem là gì?

Excited Gem là một tiện ích mở rộng Chrome được phát triển bởi amirhameed, và tính năng chính của nó là "A tool to manage your tabs and other browser related features.".

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

screenshot

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

Tải xuống các tệp mở rộng Excited Gem 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

                        A tabs management extension for your browser. If you keep many tabs open on your browser ,Excited Gem can help you maintain those many tabs with a nice list view. You can easily search , close, pin/unpin, mute tabs. You can even Sort your tabs.                    

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

Tên Excited Gem Excited Gem
ID ndmfbpjadedofeohnpefljloeiekhcbc
URL Chính Thức https://chromewebstore.google.com/detail/excited-gem/ndmfbpjadedofeohnpefljloeiekhcbc
Mô tả A tool to manage your tabs and other browser related features.
Kích Thước Tệp 5.04 MB
Số Lần Cài Đặt 18
Phiên Bản Hiện Tại 0.9.200
Cập Nhật Lần Cuối 2019-04-10
Ngày Phát Hành 2019-04-10
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển amirhameed
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/picwellwisher12pk/onetab-advanced
URL Trang Trợ Giúp https://amirhameed.com/contact-me/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "",
        "contextMenus",
        "storage",
        "notifications"
    ],
    "name": "Excited Gem",
    "version": "0.9.200",
    "manifest_version": 2,
    "description": "A tool to manage your tabs and other browser related features.",
    "icons": {
        "16": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/logo.png",
            "38": "images\/logo.png"
        },
        "default_title": "Excited Gem"
    }
}