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 |
| 官方網址 | 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"
}
} | |