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.
拡張機能の基本情報
名前 | 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 |
Eメール | [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 } } |