GPF Signs

This extension allows you to add signs in the GPF fast and easy.

GPF Signs क्या है?

GPF Signs Nico S. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows you to add signs in the GPF fast and easy."।

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

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

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

                                            

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

नाम GPF Signs GPF Signs
ID glckjnfidpjlkolpkmfpehhkabbcbpgh
आधिकारिक URL https://chrome.google.com/webstore/detail/firmas-gpf/glckjnfidpjlkolpkmfpehhkabbcbpgh
विवरण This extension allows you to add signs in the GPF fast and easy.
फ़ाइल का आकार 213 KB
स्थापना संख्या 33
वर्तमान संस्करण 2.0.2
अंतिम अपडेट 2017-08-24
प्रकाशन तिथि 2017-08-24
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Nico S.
भुगतान के प्रकार free
समर्थित भाषाएँ en,ca,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "short_name": "GPFSigns",
    "description": "__MSG_descr__",
    "version": "2.0.2",
    "options_page": "config.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/productforums.google.com\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "default_locale": "es",
    "browser_action": {
        "default_icon": "images\/48.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "images\/128.png",
        "16": "images\/16.png"
    },
    "permissions": [
        "storage",
        "https:\/\/productforums.google.com\/*",
        "https:\/\/fonts.googleapis.com\/*"
    ]
}