Paste n' Go

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

Qu'est-ce que Paste n' Go ?

Paste n' Go est une extension Chrome développée par em_te, et sa fonction principale est "Adds an item to your right-click menu for text fields to paste the clipboard contents and submit the form.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Paste n' Go

Téléchargez les fichiers d'extension Paste n' Go au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Paste n' Go Paste n' Go
ID ichdjcfpibgdoecejabegkfpnbdjhhhf
URL Officiel https://chromewebstore.google.com/detail/paste-n-go/ichdjcfpibgdoecejabegkfpnbdjhhhf
Description Adds an item to your right-click menu for text fields to paste the clipboard contents and submit the form.
Taille du Fichier 27.32 KB
Nombre d'Installations 546
Version Actuelle 0.1.6
Dernière Mise à Jour 2021-02-07
Date de Publication 2020-07-01
Évaluation 5.00/5 Total 3 Évaluations
Développeur em_te
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://em-te.github.io/privacy
Langues Prises en Charge 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
    }
}