Paste n' Go
Adds an item to your right-click menu for text fields to paste the clipboard contents and submit the form.
Co to jest Paste n' Go?
Paste n' Go to rozszerzenie Chrome opracowane przez em_te, a jego główną funkcją jest „Adds an item to your right-click menu for text fields to paste the clipboard contents and submit the form.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Paste n' Go
Pobierz pliki rozszerzeń Paste n' Go w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Paste n' Go |
ID | ichdjcfpibgdoecejabegkfpnbdjhhhf |
Oficjalny URL | https://chromewebstore.google.com/detail/paste-n-go/ichdjcfpibgdoecejabegkfpnbdjhhhf |
Opis | Adds an item to your right-click menu for text fields to paste the clipboard contents and submit the form. |
Rozmiar pliku | 27.32 KB |
Liczba instalacji | 546 |
Aktualna Wersja | 0.1.6 |
Ostatnia Aktualizacja | 2021-02-07 |
Data Publikacji | 2020-07-01 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | em_te |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://em-te.github.io/privacy |
Obsługiwane Języki | 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 } } |