Business to Burrito

A Chrome extension which replaces the word 'business' with 'burrito'.

Business to Burrito क्या है?

Business to Burrito kerrizor द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Chrome extension which replaces the word 'business' with 'burrito'."।

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

screenshot

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

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

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

                        http://github.com/kerrizor/business_to_burrito                    

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

नाम Business to Burrito Business to Burrito
ID mklnohaomoachkljliheemednbedbaog
आधिकारिक URL https://chromewebstore.google.com/detail/business-to-burrito/mklnohaomoachkljliheemednbedbaog
विवरण A Chrome extension which replaces the word 'business' with 'burrito'.
फ़ाइल का आकार 226 KB
स्थापना संख्या 27
वर्तमान संस्करण 0.4
अंतिम अपडेट 2017-01-03
प्रकाशन तिथि 2017-01-03
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर kerrizor
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Business to Burrito",
    "description": "A Chrome extension which replaces the word 'business' with 'burrito'.",
    "version": "0.4",
    "author": "Kerri Miller",
    "homepage_url": "http:\/\/github.com\/kerrizor\/business_to_burrito",
    "short_name": "Business to Burrito",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}