YOURLS

Shorten URLs with your own YOURLS instance

YOURLS क्या है?

YOURLS https://binfalse.de द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shorten URLs with your own YOURLS instance"।

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

screenshot
screenshot

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

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

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

                        Shorten URLs with your own YOURLS instanceYOURLS is free software to create short URLs for websites. It can be installed and run by everyone!

This extension eases the shortening of URLs from Chrome. It integrates into the UI (toolbar button and context menu) and communicates with your own or a public YOURLS instance.

Key features:

    passwordless authentication
    provide a keyword for the short URL
    selected text on the web page to use it as keyword
    automatically copy the resulting short URL to your clipboard


Permissions:

    Access data for all web sites: The extension needs access to the current website to get the URL and potentially selected text (for keyword suggestions), and the extension needs to access any other URL to communicated with private YOURLS instances.
    Input data to the clipboard: The extension is able to copy the shortened URL to clipboard (can be configured in the extension's preferences) 


No ads! No analytics! No tracking!


Read more at my website.                    

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

नाम YOURLS YOURLS
ID nddaaiojgkoldnhnmkoldmkeocbooken
आधिकारिक URL https://chromewebstore.google.com/detail/yourls/nddaaiojgkoldnhnmkoldmkeocbooken
विवरण Shorten URLs with your own YOURLS instance
फ़ाइल का आकार 40.92 KB
स्थापना संख्या 2,333
वर्तमान संस्करण 2.2.2
अंतिम अपडेट 2021-03-08
प्रकाशन तिथि 2018-05-07
रेटिंग 4.67/5 कुल 21 रेटिंग्स
डेवलपर https://binfalse.de
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://binfalse.de/software/browser-extensions/yourls-chrome-extension/
सहायता पृष्ठ URL http://binfalse.de/software/browser-extensions/yourls-chrome-extension/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YOURLS",
    "short_name": "YOURLS",
    "version": "2.2.2",
    "author": "Martin Scharm ",
    "description": "Shorten URLs with your own YOURLS instance",
    "icons": {
        "16": "img\/logo16.png",
        "19": "img\/logo19.png",
        "38": "img\/logo38.png",
        "48": "img\/logo48.png",
        "128": "img\/logo128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "clipboardWrite",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/logo16.png",
            "19": "img\/logo19.png",
            "38": "img\/logo38.png",
            "48": "img\/logo48.png",
            "128": "img\/logo128.png"
        },
        "default_title": "YOURLS",
        "default_popup": "popup.html"
    }
}