Copy Plain Text

You may copy the selected text to the clipboard without formatting by right-clicking on it.

Copy Plain Text क्या है?

Copy Plain Text David Klayer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "You may copy the selected text to the clipboard without formatting by right-clicking on it."।

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

screenshot

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

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

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

                        Copy Plain Text is a lightweight plugin that allows you to copy any text without formatting to the clipboard by adding a right-click context menu option.

Simply navigate to a website and choose a phrase, then right-click and pick - Copy as plain text from the context menu. The selected text will be copied to the clipboard unaltered.

You may also paste links to websites on a Mac using the address bar (ctrl + v) or right-click and select Paste - from the context menu.                    

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

नाम Copy Plain Text Copy Plain Text
ID ilbkhfhoagglkammfimendfopgmpochg
आधिकारिक URL https://chromewebstore.google.com/detail/copy-plain-text/ilbkhfhoagglkammfimendfopgmpochg
विवरण You may copy the selected text to the clipboard without formatting by right-clicking on it.
फ़ाइल का आकार 18.13 KB
स्थापना संख्या 432
वर्तमान संस्करण 0.1
अंतिम अपडेट 2022-05-29
प्रकाशन तिथि 2022-05-29
रेटिंग 4.93/5 कुल 41 रेटिंग्स
डेवलपर David Klayer
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://worldaddons.com/copy-plain-text/
सहायता पृष्ठ URL https://worldaddons.com/contact/
गोपनीयता नीति पृष्ठ URL https://worldaddons.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1",
    "manifest_version": 3,
    "offline_enabled": true,
    "name": "Copy Plain Text",
    "short_name": "copy-plain-text",
    "homepage_url": "https:\/\/worldaddons.com\/copy-plain-text\/",
    "description": "You may copy the selected text to the clipboard without formatting by right-clicking on it.",
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "contextMenus",
        "clipboardWrite"
    ],
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "resources\/icons\/16.png",
        "32": "resources\/icons\/32.png",
        "48": "resources\/icons\/48.png",
        "64": "resources\/icons\/64.png",
        "128": "resources\/icons\/128.png"
    }
}