Title & URL

It's for copying current page's title and URL

Title & URL क्या है?

Title & URL t.soorankim द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "It's for copying current page's title and URL"।

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

screenshot

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

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

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

                        It's for copying the current page's title and URL

This app uses the icon under ' Creative Commons Attribution 2.5 Generic (CC BY 2.5)'.
https://www.iconfinder.com/icons/249196/share_share_this_sharethis_social_social_media_icon                    

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

नाम Title & URL Title & URL
ID mndehblcembcnkadmgmikjagbolninnp
आधिकारिक URL https://chromewebstore.google.com/detail/title-url/mndehblcembcnkadmgmikjagbolninnp
विवरण It's for copying current page's title and URL
फ़ाइल का आकार 40.95 KB
स्थापना संख्या 475
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2021-10-26
प्रकाशन तिथि 2017-07-02
रेटिंग 4.58/5 कुल 12 रेटिंग्स
डेवलपर t.soorankim
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Title & URL",
    "version": "1.0.0",
    "description": "It's for copying current page's title and URL",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "author": "T.Sooran Kim",
    "permissions": [
        "tabs",
        "clipboardWrite"
    ]
}