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 |
| Eメール | [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"
}
} | |