Paste n' Go
Adds an item to your right-click menu for text fields to paste the clipboard contents and submit the form.
Was ist Paste n' Go?
Paste n' Go ist eine Chrome-Erweiterung, die von em_te entwickelt wurde, und ihr Hauptmerkmal ist "Adds an item to your right-click menu for text fields to paste the clipboard contents and submit the form.".
Erweiterungsscreenshots
Paste n' Go-Erweiterungs-CRX-Datei herunterladen
Laden Sie Paste n' Go-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Paste n' Go |
ID | ichdjcfpibgdoecejabegkfpnbdjhhhf |
Offizielle URL | https://chromewebstore.google.com/detail/paste-n-go/ichdjcfpibgdoecejabegkfpnbdjhhhf |
Beschreibung | Adds an item to your right-click menu for text fields to paste the clipboard contents and submit the form. |
Dateigröße | 27.32 KB |
Installationsanzahl | 546 |
Aktuelle Version | 0.1.6 |
Letztes Update | 2021-02-07 |
Veröffentlichungsdatum | 2020-07-01 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | em_te |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://em-te.github.io/privacy |
Unterstützte Sprachen | 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 } } |