Paste n' Go
Adds an item to your right-click menu for text fields to paste the clipboard contents and submit the form.
Paste n' Goคืออะไร?
Paste n' Go เป็นส่วนขยายของ Chrome ที่พัฒนาโดย em_te และคุณลักษณะหลักของมันคือ "Adds an item to your right-click menu for text fields to paste the clipboard contents and submit the form."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Paste n' Go
ดาวน์โหลดไฟล์ส่วนขยาย Paste n' Go ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Similar to the "Paste and go" menu in the address bar, but available on all text fields on webpages. Similar in behavior to copy pasting and then pressing Enter/Return/Submit. Only clipboard permission required, for your ease of mind, extension cannot spy on your websites behind your back.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Paste n' Go |
ID | ichdjcfpibgdoecejabegkfpnbdjhhhf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/paste-n-go/ichdjcfpibgdoecejabegkfpnbdjhhhf |
คำอธิบาย | Adds an item to your right-click menu for text fields to paste the clipboard contents and submit the form. |
ขนาดไฟล์ | 27.32 KB |
จำนวนการติดตั้ง | 546 |
เวอร์ชันปัจจุบัน | 0.1.6 |
อัปเดตครั้งล่าสุด | 2021-02-07 |
วันที่เผยแพร่ | 2020-07-01 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | em_te |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://em-te.github.io/privacy |
ภาษาที่รองรับ | de,en,fr,nl,es,it,ru,th,zh-CN,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extensionName__", "author": "Terry", "version": "0.1.6", "description": "__MSG_extensionDescription__", "manifest_version": 2, "default_locale": "en", "icons": { "16": "icon_16.png", "20": "icon_20.png", "24": "icon_24.png", "38": "icon_38.png", "48": "icon_48.png", "128": "icon_128.png" }, "permissions": [ "activeTab", "contextMenus", "clipboardRead" ], "background": { "scripts": [ "background.js" ], "persistent": false } } |