Text inserter
By pressing F2 Text inserter will insert a definable text (options page) at the cursor position. Selected text will be replaced.
Text inserterคืออะไร?
Text inserter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SRA และคุณลักษณะหลักของมันคือ "By pressing F2 Text inserter will insert a definable text (options page) at the cursor position. Selected text will be replaced."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Text inserter
ดาวน์โหลดไฟล์ส่วนขยาย Text inserter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
We often have to insert the same or similar text again and again into some input fields. With text inserter you can define such a text in the options page and easily insert it by pressing the F2 key. Beside the static text part, it is also possible to use tags to dynamically generate parts of the current date/time, when the text is inserted. Note: Text insertion will work for most input elements. Inserting into dynamically created iframes (e.g. some editors) is not supported at the moment.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Text inserter |
ID | fjppccfkhejehknhkpajkmidpededoan |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/text-inserter/fjppccfkhejehknhkpajkmidpededoan |
คำอธิบาย | By pressing F2 Text inserter will insert a definable text (options page) at the cursor position. Selected text will be replaced. |
ขนาดไฟล์ | 88.28 KB |
จำนวนการติดตั้ง | 158 |
เวอร์ชันปัจจุบัน | 0.9 |
อัปเดตครั้งล่าสุด | 2015-07-09 |
วันที่เผยแพร่ | 2015-07-08 |
คะแนน | 2.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | SRA |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "background": { "scripts": [ "jquery-1.9.0.js", "background.js" ] }, "content_scripts": [ { "all_frames": true, "js": [ "jquery-1.9.0.js", "content-script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ] } ], "description": "By pressing F2 Text inserter will insert a definable text (options page) at the cursor position. Selected text will be replaced.", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0eY\/hNl94twPJ53Tw3X8EKriqp3ALFd2mQV4UWQkScSNcF1bKaFUEqFnzWag54dkHmZ4GkYCIEmVxfEKOAPMzrGBmF6ghvHJqn1ppHpuv1AS\/dNqS5uwFYnZhOi6el7zsy1b59yYrr9wzf6C8ttG6MNVHSxprClvBYi5ZbiAyEk8uMbgl5VwqJAtH1AUjwail6qsFPL+9Az7IlVmJEW5dIU427FikdcR09CDdYyYq5P08Rq0PKGULUMaC2vb\/HSdi+5LBlzCg3x7lGg9jPnf8Q5J1ygJlRVPqO4HCVegv77IoPeh9xqOf0jKmAVvl2HC5EmcC4OdksMxxAn1\/2Z8AwIDAQAB", "manifest_version": 2, "name": "Text inserter", "options_page": "options.html", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.9" } |