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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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"
    }
}