Paste n' Go

Adds an item to your right-click menu for text fields to paste the clipboard contents and submit the form.

Vad är Paste n' Go?

Paste n' Go är en Chrome-tillägg utvecklad av em_te, och dess huvudfunktion är "Adds an item to your right-click menu for text fields to paste the clipboard contents and submit the form.".

Tilläggsskärmbilder

screenshot

Ladda ner Paste n' Go-förlängningens CRX-fil

Ladda ner Paste n' Go-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Paste n' Go Paste n' Go
ID ichdjcfpibgdoecejabegkfpnbdjhhhf
Officiell webbadress https://chromewebstore.google.com/detail/paste-n-go/ichdjcfpibgdoecejabegkfpnbdjhhhf
Beskrivning Adds an item to your right-click menu for text fields to paste the clipboard contents and submit the form.
Filstorlek 27.32 KB
Antal Installationer 546
Aktuell Version 0.1.6
Senast Uppdaterad 2021-02-07
Publiceringsdatum 2020-07-01
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare em_te
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://em-te.github.io/privacy
Stödda Språk 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
    }
}