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
Eメール [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"
    }
}