Input Templates for Chrome
This extension allows the user to save certain snippts to paste in the browser.
Input Templates for Chromeคืออะไร?
Input Templates for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kentobi และคุณลักษณะหลักของมันคือ "This extension allows the user to save certain snippts to paste in the browser."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Input Templates for Chrome
ดาวน์โหลดไฟล์ส่วนขยาย Input Templates for Chrome ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
With this extension, you can save small text portions, for example your email address or you street name. Then you can right click on any input field on any webpage and select the saved text to make the input automatically! It's the first version -> many improvements to come!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Input Templates for Chrome |
ID | pdmobinifokmadodnolflhbiafeocmjf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/input-templates-for-chrom/pdmobinifokmadodnolflhbiafeocmjf |
คำอธิบาย | This extension allows the user to save certain snippts to paste in the browser. |
ขนาดไฟล์ | 1.08 MB |
จำนวนการติดตั้ง | 132 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2017-12-28 |
วันที่เผยแพร่ | 2017-12-28 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | kentobi |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://privacypolicies.com/privacy/view/9762f51a9b39168523fd49fd44604fbd |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Input Templates for Chrome", "description": "This extension allows the user to save certain snippts to paste in the browser.", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage", "contextMenus" ], "background": { "scripts": [ "\/js\/jquery-3.2.1.min.js", "\/js\/background.js" ] } } |