PasteEnabler

Paste when you're not allowed, copy when you're not allowed!

PasteEnabler क्या है?

PasteEnabler https://jonlu.ca द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Paste when you're not allowed, copy when you're not allowed!"।

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

screenshot

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

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

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

                        Reenables the following functionality on sites that disable it:

* Ability to paste content
* Ability to copy content
* Ability to cut content
* Ability to right click content
* Ability to autocomplete certain inputs
* Ability to select text
* Ability to drag and drop text to/from inputs

If a website does not allow you to copy and paste, or do any of the above, simply click the icon and try again!

Source code here: https://github.com/jonluca/PasteEnabler

Open an issue on GitHub if there are any sites on which this extension does not work!                    

एक्सटेंशन की मूल जानकारी

नाम PasteEnabler PasteEnabler
ID dhadehfniifbmemochpmbofcjckpdnnl
आधिकारिक URL https://chromewebstore.google.com/detail/pasteenabler/dhadehfniifbmemochpmbofcjckpdnnl
विवरण Paste when you're not allowed, copy when you're not allowed!
फ़ाइल का आकार 28.6 KB
स्थापना संख्या 2,141
वर्तमान संस्करण 0.3
अंतिम अपडेट 2021-06-10
प्रकाशन तिथि 2019-05-03
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर https://jonlu.ca
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://github.com/jonluca/RideShare-Trip-Stats/blob/master/PRIVACY.md
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PasteEnabler",
    "description": "Paste when you're not allowed, copy when you're not allowed!",
    "version": "0.3",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "images\/icon.png"
    },
    "icons": {
        "64": "images\/icon64.png",
        "32": "images\/icon32.png",
        "38": "images\/icon.png",
        "128": "images\/icon128.png"
    },
    "homepage_url": "https:\/\/jonlu.ca",
    "web_accessible_resources": [
        "js\/*"
    ]
}