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 em_te द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds an item to your right-click menu for text fields to paste the clipboard contents and submit the form."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Paste n' Go एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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
    }
}