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是由em_te開發的Chrome擴展程式,該擴展的主要功能是“Adds an item to your right-click menu for text fields to paste the clipboard contents and submit the form.”。
擴展截圖
下載Paste n' Go擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | ichdjcfpibgdoecejabegkfpnbdjhhhf |
| 官方網址 | 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
}
} | |