DevineTools Enhancer

Enchance your devine tools

DevineTools Enhancer क्या है?

DevineTools Enhancer SirLydian द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enchance your devine tools"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में DevineTools Enhancer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
        }
    ]
}