DevineTools Enhancer

Enchance your devine tools

DevineTools Enhancerคืออะไร?

DevineTools Enhancer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SirLydian และคุณลักษณะหลักของมันคือ "Enchance your devine tools"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DevineTools Enhancer

ดาวน์โหลดไฟล์ส่วนขยาย DevineTools Enhancer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Enhance your Devine Tools!
Features:
- Visual enhancements
- Get notified when you're second in queue
- Notice your spot in the queue in the browser tab. eg: (2) Devine SOS tool 
- Auto refresh enabled
- Fixed header

More to come!

Developed by:
Ruben Pauwels
Francis De Clercq                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ DevineTools Enhancer DevineTools Enhancer
ID ifblilciipjpadookcohpkmgapoeedca
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/devinetools-enhancer/ifblilciipjpadookcohpkmgapoeedca
คำอธิบาย Enchance your devine tools
ขนาดไฟล์ 13.42 KB
จำนวนการติดตั้ง 56
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2016-05-26
วันที่เผยแพร่ 2016-05-26
คะแนน 4.36/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา SirLydian
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DevineTools Enhancer",
    "description": "Enchance your devine tools",
    "version": "1.1",
    "manifest_version": 2,
    "icons": {
        "192": "icon2.png"
    },
    "browser_action": {
        "default_icon": "icon2.png",
        "default_popup": "extension.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/sos.devine-tools.be\/*"
            ],
            "js": [
                "feed.js"
            ],
            "run_at": "document_end"
        }
    ]
}