GPF Signs
This extension allows you to add signs in the GPF fast and easy.
什么是GPF Signs?
GPF Signs是由Nico S.开发的Chrome扩展程序,该扩展的主要功能是“This extension allows you to add signs in the GPF fast and easy.”。
下载GPF Signs扩展crx文件
下载GPF Signs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
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\/*" ] } |