CopyURL

Copy the URL and title of the active page.

CopyURL क्या है?

CopyURL hiroyuki.komatsu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Copy the URL and title of the active page."।

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

screenshot

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

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

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

                        You can copy the URL and the title of the page in rich-text by clicking the extension icon.                    

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

नाम CopyURL CopyURL
ID jghibnldpjddbfolfkfongaklfidaafd
आधिकारिक URL https://chromewebstore.google.com/detail/copyurl/jghibnldpjddbfolfkfongaklfidaafd
विवरण Copy the URL and title of the active page.
फ़ाइल का आकार 7.09 KB
स्थापना संख्या 167
वर्तमान संस्करण 1.4
अंतिम अपडेट 2023-12-08
प्रकाशन तिथि 2020-06-21
डेवलपर hiroyuki.komatsu
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/hiroyuki-komatsu/copyurl
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CopyURL",
    "description": "Copy the URL and title of the active page.",
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "offscreen"
    ],
    "version": "1.4",
    "manifest_version": 3,
    "icons": {
        "128": "icon.png"
    },
    "action": {
        "default_icon": {
            "128": "icon.png"
        }
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    }
}