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 - это расширение Chrome, разработанное em_te, и его основная функция - "Adds an item to your right-click menu for text fields to paste the clipboard contents and submit the form.".
Снимки экрана расширения
Скачать файл CRX расширения Paste n' Go
Скачайте файлы расширений 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 |
Электронная почта | [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 } } |