Tiny URL Generator
A super simple open-source short URL generator with lightning fast redirects. Create the short URLs right from your webpage, share…
什么是Tiny URL Generator?
Tiny URL Generator是由girishv开发的Chrome扩展程序,该扩展的主要功能是“A super simple open-source short URL generator with lightning fast redirects. Create the short URLs right from your webpage, share…”。
扩展截图
下载Tiny URL Generator扩展crx文件
下载Tiny URL Generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A super simple open-source short URL generator with lightning fast redirects. Create the short URLs right from your webpage, share them, and forget about them! 😎 扩展基本信息
| 名称 | |
| ID | bgcjbhljdllbeeodcoefbcmbgghmpkdl |
| 官方URL | https://chromewebstore.google.com/detail/tiny-url-generator/bgcjbhljdllbeeodcoefbcmbgghmpkdl |
| 简介 | A super simple open-source short URL generator with lightning fast redirects. Create the short URLs right from your webpage, share… |
| 文件大小 | 42.55 KB |
| 安装次数 | 482 |
| 当前版本 | 0.1.0 |
| 更新时间 | 2022-06-18 |
| 上架时间 | 2022-06-16 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | girishv |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://url.vgirish.net/ |
| 帮助页面URL | https://github.com/Girish21/cf-url-shortener/issues |
| 支持的语言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Tiny URL Generator",
"version": "0.1.0",
"action": {
"default_popup": "index.html"
},
"icons": {
"16": "url-share-favicon-16.png",
"32": "url-share-favicon-32.png",
"48": "url-share-favicon-48.png",
"128": "url-share-favicon-128.png"
}
} | |