General Text Copier
Store stuff you frequently copy and paste.
General Text Copierคืออะไร?
General Text Copier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Canary Design และคุณลักษณะหลักของมันคือ "Store stuff you frequently copy and paste."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย General Text Copier
ดาวน์โหลดไฟล์ส่วนขยาย General Text Copier ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Useful for storing frequently used text information. ****Data stored in this extension uses HTML5 localstorage, which stores data in your browser settings. It is NOT encrypted and therefore NOT safe to store sensitive information like passwords, credit card information or anything else that should not be available to anyone else.**** This extension is currently in BETA, so I know there are some issues and it is a bit buggy.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | General Text Copier |
ID | addokmpkfnbjgldkbngokjnkpgefkogb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/general-text-copier/addokmpkfnbjgldkbngokjnkpgefkogb |
คำอธิบาย | Store stuff you frequently copy and paste. |
ขนาดไฟล์ | 122 KB |
จำนวนการติดตั้ง | 70 |
เวอร์ชันปัจจุบัน | 1.21 |
อัปเดตครั้งล่าสุด | 2019-02-01 |
วันที่เผยแพร่ | 2019-01-31 |
ผู้พัฒนา | Canary Design |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "General Text Copier", "description": "Store stuff you frequently copy and paste.", "version": "1.21", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |