Excited Gem

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

什麼是Excited Gem?

Excited Gem是由amirhameed開發的Chrome擴展程式,該擴展的主要功能是“A tool to manage your tabs and other browser related features.”。

擴展截圖

screenshot

下載Excited Gem擴展crx文件

下載Excited Gem擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Excited Gem Excited Gem
ID ndmfbpjadedofeohnpefljloeiekhcbc
官方網址 https://chromewebstore.google.com/detail/excited-gem/ndmfbpjadedofeohnpefljloeiekhcbc
簡介 A tool to manage your tabs and other browser related features.
檔案大小 5.04 MB
安裝次數 18
目前版本 0.9.200
更新時間 2019-04-10
上架時間 2019-04-10
評分 5.00/5 共 4 次評分
開發者 amirhameed
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/picwellwisher12pk/onetab-advanced
說明頁面URL https://amirhameed.com/contact-me/
支援的語言 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"
    }
}