Keyword Replacer
Replace keywords with a set text when pressing the selected combination of keys.
Keyword Replacerคืออะไร?
Keyword Replacer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Stilling และคุณลักษณะหลักของมันคือ "Replace keywords with a set text when pressing the selected combination of keys."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Keyword Replacer
ดาวน์โหลดไฟล์ส่วนขยาย Keyword Replacer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Keyword Replacer |
ID | hiifjfgimklijlmlikbpokdecbekdldm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/keyword-replacer/hiifjfgimklijlmlikbpokdecbekdldm |
คำอธิบาย | Replace keywords with a set text when pressing the selected combination of keys. |
ขนาดไฟล์ | 637 KB |
จำนวนการติดตั้ง | 58 |
เวอร์ชันปัจจุบัน | 0.1.4 |
อัปเดตครั้งล่าสุด | 2016-03-24 |
วันที่เผยแพร่ | 2016-03-24 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Stilling |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Keyword Replacer", "manifest_version": 2, "version": "0.1.4", "author": "Mitch @BlameMitch", "short_name": "Keyword Replacer", "description": "Replace keywords with a set text when pressing the selected combination of keys.", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_title": "Options" }, "options_page": "options.html", "permissions": [ "storage", "notifications", "tabs" ], "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "matches": [ " |