Upto.Site URL Shortener
Ultimate url shortener to create instant FREE short urls from your browser
Upto.Site URL Shortenerとは何ですか?
Upto.Site URL ShortenerはNewTabTodoによって開発されたChromeの拡張機能で、その主な機能は「Ultimate url shortener to create instant FREE short urls from your browser」です。
拡張機能のスクリーンショット
Upto.Site URL Shortener拡張機能のCRXファイルをダウンロード
Upto.Site URL Shortener拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Quick URL shortener using Upto.Site Public API which lets you create and manage short links quickly and easily
拡張機能の基本情報
名前 | Upto.Site URL Shortener |
ID | lllpgenfpmneflmfdglfcpnekpicdajl |
公式URL | https://chromewebstore.google.com/detail/uptosite-url-shortener/lllpgenfpmneflmfdglfcpnekpicdajl |
説明 | Ultimate url shortener to create instant FREE short urls from your browser |
ファイルサイズ | 71.79 KB |
インストール数 | 33 |
現在のバージョン | 0.0.3 |
最終更新日 | 2022-03-05 |
公開日 | 2021-03-24 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | NewTabTodo |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://upto.site |
プライバシーポリシーページのURL | https://newtabtodo.com/privacy-policy.html |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.0.3", "name": "Upto.Site URL Shortener", "short_name": "Upto.Site", "description": "Ultimate url shortener to create instant FREE short urls from your browser", "homepage_url": "https:\/\/upto.site\/", "author": "Muhammad Ovi", "browser_action": { "default_icon": "root-assets\/img\/icons\/x32.png", "default_title": "Upto.Site URL Shortener", "default_popup": "popup\/index.html" }, "icons": { "16": "root-assets\/img\/icons\/x16.png", "32": "root-assets\/img\/icons\/x32.png", "48": "root-assets\/img\/icons\/x48.png", "128": "root-assets\/img\/icons\/x128.png" }, "permissions": [ "storage", "activeTab", "contextMenus" ], "background": { "scripts": [ "root-assets\/js\/browser-polyfill.js", "root-assets\/js\/background-script.js" ] } } |