Chrome Cats Inc

Second Extension focusing on the worldwide issue of feline absence!

Chrome Cats Inc क्या है?

Chrome Cats Inc ChromeCats द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Second Extension focusing on the worldwide issue of feline absence!"।

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

screenshot

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

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

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

                                            

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

नाम Chrome Cats Inc Chrome Cats Inc
ID aojakjhbmglakfcpjfkloleajbdhbppl
आधिकारिक URL https://chromewebstore.google.com/detail/chrome-cats-inc/aojakjhbmglakfcpjfkloleajbdhbppl
विवरण Second Extension focusing on the worldwide issue of feline absence!
फ़ाइल का आकार 18.15 KB
स्थापना संख्या 21
वर्तमान संस्करण 0.1
अंतिम अपडेट 2019-02-05
प्रकाशन तिथि 2019-02-04
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर ChromeCats
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Cats Inc",
    "version": "0.1",
    "description": "Second Extension focusing on the worldwide issue of feline absence!",
    "permissions": [
        "storage",
        "declarativeContent",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": "images\/cat48.png"
    },
    "icons": {
        "16": "images\/cat16.png",
        "32": "images\/cat32.png",
        "48": "images\/cat48.png"
    },
    "options_page": "options.html",
    "manifest_version": 2
}