Excited Gem

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

Apa itu Excited Gem?

Excited Gem adalah ekstensi Chrome yang dikembangkan oleh amirhameed, dan fitur utamanya adalah "A tool to manage your tabs and other browser related features.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Excited Gem

Unduh file ekstensi Excited Gem dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Excited Gem Excited Gem
ID ndmfbpjadedofeohnpefljloeiekhcbc
URL Resmi https://chromewebstore.google.com/detail/excited-gem/ndmfbpjadedofeohnpefljloeiekhcbc
Deskripsi A tool to manage your tabs and other browser related features.
Ukuran File 5.04 MB
Jumlah Instalasi 18
Versi Saat Ini 0.9.200
Terakhir Diperbarui 2019-04-10
Tanggal Publikasi 2019-04-10
Penilaian 5.00/5 Total 4 Penilaian
Pengembang amirhameed
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/picwellwisher12pk/onetab-advanced
URL Halaman Bantuan https://amirhameed.com/contact-me/
Bahasa yang Didukung 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"
    }
}