GPF Signs

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

GPF Signs là gì?

GPF Signs là một tiện ích mở rộng Chrome được phát triển bởi Nico S., và tính năng chính của nó là "This extension allows you to add signs in the GPF fast and easy.".

Tải xuống tệp CRX của tiện ích mở rộng GPF Signs

Tải xuống các tệp mở rộng GPF Signs dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên GPF Signs GPF Signs
ID glckjnfidpjlkolpkmfpehhkabbcbpgh
URL Chính Thức https://chrome.google.com/webstore/detail/firmas-gpf/glckjnfidpjlkolpkmfpehhkabbcbpgh
Mô tả This extension allows you to add signs in the GPF fast and easy.
Kích Thước Tệp 213 KB
Số Lần Cài Đặt 33
Phiên Bản Hiện Tại 2.0.2
Cập Nhật Lần Cuối 2017-08-24
Ngày Phát Hành 2017-08-24
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Nico S.
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}