Excited Gem

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

ما هو Excited Gem؟

Excited Gem هو إضافة Chrome تم تطويرها بواسطة amirhameed، والميزة الرئيسية لها هي "A tool to manage your tabs and other browser related features.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Excited Gem

قم بتنزيل ملفات الامتداد Excited Gem بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
    }
}