Webaze Shortlinks

Simply create shortlinks with custom domains and different options. Powered by Webaze.net

Webaze Shortlinks란 무엇입니까?

Webaze Shortlinks은(는) Tubitor에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simply create shortlinks with custom domains and different options. Powered by Webaze.net"입니다.

확장 프로그램 스크린샷

screenshot

Webaze Shortlinks 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        The Webaze Shortlinks extension allows you to quickly create a sharable shortlink within seconds. Custom domains and privacy-options like referrer-removal or an expiry date are also available.

Features:
- Quickly create shortlinks without leaving a website
- Add an expiry date to the shortlinks
- Customize them with a custom text
- Choose between different domains or add your own on webaze.net
- Remove the referrer before redirecting for more privacy (The referrer will be removed when someone uses the shortlink. The extension does not generally remove the referrer in your browser.)

This is the official extension by Tubitor, the team behind Webaze.                    

확장 프로그램 기본 정보

이름 Webaze Shortlinks Webaze Shortlinks
ID cldjhhkjoeonpkopmfciakjdpnbkphdc
공식 URL https://chromewebstore.google.com/detail/webaze-shortlinks/cldjhhkjoeonpkopmfciakjdpnbkphdc
설명 Simply create shortlinks with custom domains and different options. Powered by Webaze.net
파일 크기 14.28 KB
설치 횟수 46
현재 버전 0.1.0
최근 업데이트 2022-03-02
출시 날짜 2022-03-02
평점 5.00/5 총 3 개의 평점
개발자 Tubitor
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://webaze.net
도움말 페이지 URL https://support.tubitor.com/
개인정보 보호 정책 페이지 URL https://tubi.to/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Webaze Shortlinks",
    "description": "Simply create shortlinks with custom domains and different options. Powered by Webaze.net",
    "version": "0.1.0",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "homepage_url": "https:\/\/webaze.net",
    "icons": {
        "16": "favicon-16x16.png",
        "32": "favicon-32x32.png"
    }
}