Copy All Urls

This extension copies all url on the current window to the clipboard. You can set the format up at option menu.

Copy All Urls क्या है?

Copy All Urls kdmsnr द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension copies all url on the current window to the clipboard. You can set the format up at option menu."।

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

screenshot

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

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

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

                        This extension copies all url on the current window to the clipboard.
You can set the format up at option menu.                    

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

नाम Copy All Urls Copy All Urls
ID iiagcalhlpmgdipdcikkjiliaankcagj
आधिकारिक URL https://chromewebstore.google.com/detail/copy-all-urls/iiagcalhlpmgdipdcikkjiliaankcagj
विवरण This extension copies all url on the current window to the clipboard. You can set the format up at option menu.
फ़ाइल का आकार 5.27 KB
स्थापना संख्या 3,801
वर्तमान संस्करण 0.2.7
अंतिम अपडेट 2013-06-25
प्रकाशन तिथि 2013-06-25
रेटिंग 4.00/5 कुल 40 रेटिंग्स
डेवलपर kdmsnr
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://github.com/kdmsnr/chrome_extensions/tree/master/copy_all_urls/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Copy All Urls",
    "version": "0.2.7",
    "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs"
    ]
}