Quote Copy

Quickly cite text with quotation marks added automatically and "[...]" at the beginning and/or end of the quote.

Quote Copy क्या है?

Quote Copy FelschR द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly cite text with quotation marks added automatically and "[...]" at the beginning and/or end of the quote."।

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

screenshot

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

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

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

                        Quickly copy text as a quote with added quotation marks and additional smart citing features.

Main features (accessible via right-click context menu):
- Quickly copy text with surrounding quotation marks
- Copy quote with link to the source

Smart citing:
- adds "[...]" to start/end when quoting sentences only partially
- includes words you only selected partially (while being in a hurry)                    

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

नाम Quote Copy Quote Copy
ID adcafpnamedgglheflbbhljmcfccfakm
आधिकारिक URL https://chromewebstore.google.com/detail/quote-copy/adcafpnamedgglheflbbhljmcfccfakm
विवरण Quickly cite text with quotation marks added automatically and "[...]" at the beginning and/or end of the quote.
फ़ाइल का आकार 12.03 KB
स्थापना संख्या 153
वर्तमान संस्करण 1.2.1
अंतिम अपडेट 2017-03-15
प्रकाशन तिथि 2017-03-15
रेटिंग 4.00/5 कुल 3 रेटिंग्स
डेवलपर FelschR
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.2.1",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "contextMenus",
        "clipboardWrite",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "main.js"
        ],
        "persistent": false
    }
}