Link Generator

This extension generates links to the current page.

Link Generator क्या है?

Link Generator nigimitama द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension generates links to the current page."।

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

screenshot
screenshot
screenshot

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

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

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

                        This extension generates links in multiple formats (e.g. markdown, HTML, etc.).
You can set the formats of links on the settings page.                    

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

नाम Link Generator Link Generator
ID dcepleilgmacpdjlcbgjaddnoejognkc
आधिकारिक URL https://chromewebstore.google.com/detail/link-generator/dcepleilgmacpdjlcbgjaddnoejognkc
विवरण This extension generates links to the current page.
फ़ाइल का आकार 10.67 KB
स्थापना संख्या 853
वर्तमान संस्करण 1.2.1
अंतिम अपडेट 2023-03-11
प्रकाशन तिथि 2021-02-14
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर nigimitama
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/nigimitama/link-generator
सहायता पृष्ठ URL https://github.com/nigimitama/link-generator
समर्थित भाषाएँ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Link Generator",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.2.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "clipboardWrite"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "options_page": "options.html"
}