GPF Signs

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

ما هو GPF Signs؟

GPF Signs هو إضافة Chrome تم تطويرها بواسطة Nico S.، والميزة الرئيسية لها هي "This extension allows you to add signs in the GPF fast and easy.".

تحميل ملف CRX للإضافة GPF Signs

قم بتنزيل ملفات الامتداد GPF Signs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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\/*"
    ]
}