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
官方URL 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"
    }
}