Short links service

A simple extension that allows one-click to reduce the link in the current tab.

Short links service क्या है?

Short links service https://sulx.ru द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple extension that allows one-click to reduce the link in the current tab."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        This extension for Chrome browser allows one-click to create a short link to addresses in the current tab. You can insert a short link to social networks and blogs. Just click on one button - and the link will magically in your clipboard! 
After registration you will http://sulx.ru optional, such as: statistics referrals.
And it's all free for you.
Shot URL LinX - this is easiest and fastest way to create a short link!

Author of image: http://icons8.com                    

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

नाम Short links service Short links service
ID jmahmkpoabpohpganpheikpphdoflmhm
आधिकारिक URL https://chromewebstore.google.com/detail/short-links-service/jmahmkpoabpohpganpheikpphdoflmhm
विवरण A simple extension that allows one-click to reduce the link in the current tab.
फ़ाइल का आकार 12.86 KB
स्थापना संख्या 501
वर्तमान संस्करण 1.2.4
अंतिम अपडेट 2022-10-06
प्रकाशन तिथि 2015-04-11
रेटिंग 1.67/5 कुल 3 रेटिंग्स
डेवलपर https://sulx.ru
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_ext_name__",
    "version": "1.2.4",
    "description": "__MSG_ext_description__",
    "default_locale": "en",
    "author": "Sergey Mikheev",
    "homepage_url": "http:\/\/sulx.ru\/extension",
    "short_name": "Short Url Links",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/sulx.ru\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "browser_action": {
        "default_title": "__MSG_ext_caption_button__",
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    }
}