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\/*" ] } |