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”。
扩展截图
下载Webaze Shortlinks扩展crx文件
下载Webaze Shortlinks扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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" } } |