BAET.no :: Shorten & Simplify URLs!

An easy to use extension which allows you to shorten the website URL of your current tabs.

BAET.no :: Shorten & Simplify URLs! क्या है?

BAET.no :: Shorten & Simplify URLs! https://ulink.no द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An easy to use extension which allows you to shorten the website URL of your current tabs."।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में BAET.no :: Shorten & Simplify URLs! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        URL shortener service.  
An easy to use extension which allows you to shorten the website URL of your current tab.

BAET.no is an URL shortener service that's fast, open, and easy to use. Instantly save, share and brand any url right from your browser with the BAET.no Chrome Extension. 

NOTE: Saving and sharing with the BAET.no Chrome Extension is the same as using with uLINK.no website. 

Full featured website;  
https://www.uLINK.no

nb! uLINK.no is the evolution of BAET.no service, and it is open source!  
Source code of this extension and API service are at; https://github.com/zeusbaba/cloud-native-url-shortener                    

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

नाम BAET.no :: Shorten & Simplify URLs! BAET.no :: Shorten & Simplify URLs!
ID dpgfepnlpccodooleppdmbedklkkbpdh
आधिकारिक URL https://chromewebstore.google.com/detail/baetno-shorten-simplify-u/dpgfepnlpccodooleppdmbedklkkbpdh
विवरण An easy to use extension which allows you to shorten the website URL of your current tabs.
फ़ाइल का आकार 378 KB
स्थापना संख्या 35
वर्तमान संस्करण 2023.12.25
अंतिम अपडेट 2023-12-26
प्रकाशन तिथि 2019-12-09
डेवलपर https://ulink.no
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.ulink.no
सहायता पृष्ठ URL https://www.ulink.no/about
गोपनीयता नीति पृष्ठ URL https://www.ulink.no/terms
समर्थित भाषाएँ en,no,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "short_name": "__MSG_extension_short_name__",
    "version": "2023.12.25",
    "default_locale": "en",
    "description": "__MSG_extension_description__",
    "icons": {
        "16": "images\/icon_dizlink_16.png",
        "48": "images\/icon_dizlink_48.png",
        "128": "images\/icon_dizlink_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon_dizlink_19.png",
            "38": "images\/icon_dizlink_38.png"
        },
        "default_title": "__MSG_extension_default_title__",
        "default_popup": "popup.html"
    },
    "author": "ARTEMIS19.no",
    "homepage_url": "https:\/\/www.baet.no",
    "background": {
        "persistent": false,
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "activeTab",
        "storage",
        "clipboardRead",
        "clipboardWrite",
        "https:\/\/api.baet.no\/*",
        "https:\/\/www.baet.no\/*",
        "https:\/\/baet.no\/*",
        "https:\/\/api.ulink.no\/*",
        "https:\/\/www.ulink.no\/*",
        "https:\/\/ulink.no\/*"
    ]
}