Paste n' Go

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

Wat is Paste n' Go?

Paste n' Go is een Chrome-extensie ontwikkeld door em_te, en de belangrijkste functie is "Adds an item to your right-click menu for text fields to paste the clipboard contents and submit the form.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Paste n' Go

Download Paste n' Go-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Paste n' Go Paste n' Go
ID ichdjcfpibgdoecejabegkfpnbdjhhhf
Officiële URL https://chromewebstore.google.com/detail/paste-n-go/ichdjcfpibgdoecejabegkfpnbdjhhhf
Beschrijving Adds an item to your right-click menu for text fields to paste the clipboard contents and submit the form.
Bestandsgrootte 27.32 KB
Aantal Installaties 546
Huidige Versie 0.1.6
Laatst Bijgewerkt 2021-02-07
Publicatiedatum 2020-07-01
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar em_te
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://em-te.github.io/privacy
Ondersteunde Talen 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
    }
}