Copy URL+

Copy a short URL, title, and selected text in any format you want.

Copy URL+ क्या है?

Copy URL+ Naoto Yokoyama द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Copy a short URL, title, and selected text in any format you want."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Key features

- Keyboard shortcuts

- Flexible context menus

- URL shortening

- Notifications

Icons and promotional images are designed by Honeshabri.                    

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

नाम Copy URL+ Copy URL+
ID capojgaalppngkaagaobmigigcgnidmn
आधिकारिक URL https://chromewebstore.google.com/detail/copy-url+/capojgaalppngkaagaobmigigcgnidmn
विवरण Copy a short URL, title, and selected text in any format you want.
फ़ाइल का आकार 35.59 KB
स्थापना संख्या 3,796
वर्तमान संस्करण 1.1.1
अंतिम अपडेट 2020-08-06
प्रकाशन तिथि 2020-08-06
रेटिंग 3.93/5 कुल 45 रेटिंग्स
डेवलपर Naoto Yokoyama
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Copy URL+",
    "version": "1.1.1",
    "description": "Copy a short URL, title, and selected text in any format you want.",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/keyboard.js",
                "scripts\/content-script.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "clipboardWrite",
        "notifications",
        "contextMenus",
        "https:\/\/www.googleapis.com\/url\/shortener",
        "https:\/\/accounts.google.com\/o\/oauth2\/auth",
        "https:\/\/accounts.google.com\/o\/oauth2\/token",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}