Best URL Shortener
Convert long URLs or Links of websites to short and friendly ones.
Best URL Shortenerとは何ですか?
Best URL ShortenerはWilsonによって開発されたChromeの拡張機能で、その主な機能は「Convert long URLs or Links of websites to short and friendly ones.」です。
拡張機能のスクリーンショット
Best URL Shortener拡張機能のCRXファイルをダウンロード
Best URL Shortener拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The best URL shortening service that is fast, simple and efficient. No need to sign-up and unlimited links! For any issues, errors, bugs and enhancements, please raise your request at http://tiny.cc/exthelp. Security:- All links are carefully verified and checked before generating short url.
拡張機能の基本情報
名前 | Best URL Shortener |
ID | jhcjblhckchiedihkfkgjaghggbcmbdn |
公式URL | https://chromewebstore.google.com/detail/best-url-shortener/jhcjblhckchiedihkfkgjaghggbcmbdn |
説明 | Convert long URLs or Links of websites to short and friendly ones. |
ファイルサイズ | 226 KB |
インストール数 | 27,544 |
現在のバージョン | 2.0.1 |
最終更新日 | 2023-12-29 |
公開日 | 2020-01-02 |
評価 | 4.51/5 合計 55 レビュー |
開発者 | Wilson |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://hybridapps.net/ |
ヘルプページのURL | http://tiny.cc/appshelp |
プライバシーポリシーページのURL | http://tiny.cc/appsprivacy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Best URL Shortener", "short_name": "Best URL Shortener", "version": "2.0.1", "description": "Convert long URLs or Links of websites to short and friendly ones.", "icons": { "16": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" }, "background": { "service_worker": "service_worker.js", "type": "module" }, "action": { "default_icon": "images\/icon.png", "default_title": "Best URL Shortener", "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "permissions": [ "activeTab", "contextMenus", "unlimitedStorage", "storage", "alarms", "scripting" ] } |