Insert Signature
Insert a signature into a text field.
Insert Signatureคืออะไร?
Insert Signature เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nick Dollimount และคุณลักษณะหลักของมันคือ "Insert a signature into a text field."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Insert Signature
ดาวน์โหลดไฟล์ส่วนขยาย Insert Signature ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Insert a predefined signature text block to any text field. Signature is placed at the cursor location.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | popjgphflfnpefcncljdkaenmellboei |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/insert-signature/popjgphflfnpefcncljdkaenmellboei |
คำอธิบาย | Insert a signature into a text field. |
ขนาดไฟล์ | 23.16 KB |
จำนวนการติดตั้ง | 8,973 |
เวอร์ชันปัจจุบัน | 0.0.0.5 |
อัปเดตครั้งล่าสุด | 2014-07-29 |
วันที่เผยแพร่ | 2014-07-29 |
คะแนน | 3.09/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | Nick Dollimount |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Insert Signature", "description": "Insert a signature into a text field.", "version": "0.0.0.5", "permissions": [ "contextMenus" ], "icons": { "16": "16x16.png", "48": "48x48.png", "128": "128x128.png" }, "browser_action": { "default_icon": "128x128.png", "default_title": "Insert Signature Options", "default_popup": "options.html" }, "background": { "scripts": [ "backgroundScript.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "contentScript.js" ] } ], "manifest_version": 2 } |