Developer Excuses

Get a brand new developer excuse for every new tab ! Excuses from www.developerexcuses.com.

Developer Excuses क्या है?

Developer Excuses Louis Grasset द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get a brand new developer excuse for every new tab ! Excuses from www.developerexcuses.com."।

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

screenshot

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

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

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

                        Get a brand new developer excuse for every new tab ! Excuses from www.developerexcuses.com.
Hooray ! Brand new themes: ☀️ Sun, 🦄 Dream and 🌿 Grass !                    

एक्सटेंशन की मूल जानकारी

नाम Developer Excuses Developer Excuses
ID nkfeobjdmkgohpbckmcakgodhnjmgkon
आधिकारिक URL https://chromewebstore.google.com/detail/developer-excuses/nkfeobjdmkgohpbckmcakgodhnjmgkon
विवरण Get a brand new developer excuse for every new tab ! Excuses from www.developerexcuses.com.
फ़ाइल का आकार 120 KB
स्थापना संख्या 70
वर्तमान संस्करण 0.2.2
अंतिम अपडेट 2017-09-17
प्रकाशन तिथि 2017-09-17
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर Louis Grasset
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Developer Excuses",
    "description": "Get a brand new developer excuse for every new tab ! Excuses from www.developerexcuses.com.",
    "version": "0.2.2",
    "permissions": [
        "http:\/\/*.developerexcuses.com\/",
        "storage"
    ],
    "offline_enabled": true,
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": {
            "16": ".\/icons\/icon-16.png",
            "32": ".\/icons\/icon-32.png"
        }
    },
    "icons": {
        "16": ".\/icons\/icon-16.png",
        "32": ".\/icons\/icon-32.png",
        "48": ".\/icons\/icon-48.png",
        "96": ".\/icons\/icon-96.png",
        "128": ".\/icons\/icon-128.png",
        "256": ".\/icons\/icon-256.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "author": "Louis Grasset  (louisgrasset.fr)"
}