Paste n' Go

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

Hvad er Paste n' Go?

Paste n' Go er en Chrome-udvidelse udviklet af em_te, og dens hovedfunktion er "Adds an item to your right-click menu for text fields to paste the clipboard contents and submit the form.".

Udvidelsesskærmbilleder

screenshot

Download Paste n' Go-udvidelses-CRX-fil

Download Paste n' Go-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn Paste n' Go Paste n' Go
ID ichdjcfpibgdoecejabegkfpnbdjhhhf
Officiel URL https://chromewebstore.google.com/detail/paste-n-go/ichdjcfpibgdoecejabegkfpnbdjhhhf
Beskrivelse Adds an item to your right-click menu for text fields to paste the clipboard contents and submit the form.
Filstørrelse 27.32 KB
Antal Installationer 546
Nuværende Version 0.1.6
Senest Opdateret 2021-02-07
Udgivelsesdato 2020-07-01
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler em_te
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://em-te.github.io/privacy
Understøttede Sprog 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
    }
}