TLDRify

Create a short link to any text on the Internet

TLDRify क्या है?

TLDRify https://tldrify.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create a short link to any text on the Internet"।

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

screenshot
screenshot

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

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

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

                        This free tool allows you creating a short URL to any text on a Website. This comes in handy when you wish that everyone receiving such a link will focus on a specific portion of a Web page.

Just select any text, then click on the "TLDRify" button, and a short URL, which can be instantly shared with your friends will be generated. Once opened, such a short link will take your audience to the original Website, and scroll the Web page down to the selected quote.

Create an account on www.tldrify.com, and get the possibility to manage the links you create.                    

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

नाम TLDRify TLDRify
ID dbphpdgmhigmaepjklmklmlcoinihjdo
आधिकारिक URL https://chromewebstore.google.com/detail/tldrify/dbphpdgmhigmaepjklmklmlcoinihjdo
विवरण Create a short link to any text on the Internet
फ़ाइल का आकार 173 KB
स्थापना संख्या 1,270
वर्तमान संस्करण 1.2.1.2
अंतिम अपडेट 2022-06-28
प्रकाशन तिथि 2015-04-25
रेटिंग 3.62/5 कुल 13 रेटिंग्स
डेवलपर https://tldrify.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon-16.png",
            "20": "icons\/icon-20.png",
            "25": "icons\/icon-25.png",
            "30": "icons\/icon-30.png",
            "32": "icons\/icon-32.png",
            "40": "icons\/icon-40.png",
            "64": "icons\/icon-64.png"
        },
        "default_title": "TLDRify",
        "theme_icons": [
            {
                "light": "icons\/icon-16-light.png",
                "dark": "icons\/icon-16.png",
                "size": 16
            },
            {
                "light": "icons\/icon-32-light.png",
                "dark": "icons\/icon-32.png",
                "size": 32
            }
        ]
    },
    "name": "TLDRify",
    "description": "Create a short link to any text on the Internet",
    "homepage_url": "http:\/\/tldrify.com",
    "author": "Michael Spector",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "64": "icons\/icon-64.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "contextMenus",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.2.1.2",
    "manifest_version": 3
}