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によって開発されたChromeの拡張機能で、その主な機能は「An easy to use extension which allows you to shorten the website URL of your current tabs.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

BAET.no :: Shorten & Simplify URLs!拡張機能のCRXファイルをダウンロード

BAET.no :: Shorten & Simplify URLs!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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\/*"
    ]
}