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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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\/*" ] } |