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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/*"
    ]
}