Paste n' Go
Adds an item to your right-click menu for text fields to paste the clipboard contents and submit the form.
Cos'è Paste n' Go?
Paste n' Go è un'estensione di Chrome sviluppata da em_te, e la sua funzione principale è "Adds an item to your right-click menu for text fields to paste the clipboard contents and submit the form.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Paste n' Go
Scarica i file di estensione Paste n' Go in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Paste n' Go |
ID | ichdjcfpibgdoecejabegkfpnbdjhhhf |
URL Ufficiale | https://chromewebstore.google.com/detail/paste-n-go/ichdjcfpibgdoecejabegkfpnbdjhhhf |
Descrizione | Adds an item to your right-click menu for text fields to paste the clipboard contents and submit the form. |
Dimensione del File | 27.32 KB |
Conteggio Installazioni | 546 |
Versione Corrente | 0.1.6 |
Ultimo Aggiornamento | 2021-02-07 |
Data di Pubblicazione | 2020-07-01 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | em_te |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://em-te.github.io/privacy |
Lingue Supportate | 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 } } |