Mini URL - The URL shortener
Shortens the current url and copies it to clipboard
Mini URL - The URL shortenerとは何ですか?
Mini URL - The URL shortenerはminiurl2016によって開発されたChromeの拡張機能で、その主な機能は「Shortens the current url and copies it to clipboard」です。
拡張機能のスクリーンショット
Mini URL - The URL shortener拡張機能のCRXファイルをダウンロード
Mini URL - The URL shortener拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Mini URL is a url shortener. It is a simple chrome extension that, when clicked, shortens the current URL and copies the shortened url to the clipboard. Mini url uses the Google URL shortener service https://goo.gl/ as the backend. Using the extension is simple: just click the Mini URL icon, a tiny version of the current url is created and sent to the clipboard. To use the short url, just paste!
拡張機能の基本情報
名前 | Mini URL - The URL shortener |
ID | oikjbfhojbdndgcjkjeccfelofhihdai |
公式URL | https://chromewebstore.google.com/detail/mini-url-the-url-shortene/oikjbfhojbdndgcjkjeccfelofhihdai |
説明 | Shortens the current url and copies it to clipboard |
ファイルサイズ | 850 KB |
インストール数 | 170 |
現在のバージョン | 1.1 |
最終更新日 | 2016-02-26 |
公開日 | 2016-02-26 |
評価 | 4.50/5 合計 8 レビュー |
開発者 | miniurl2016 |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mini URL - The URL shortener", "short_name": "Mini URL", "description": "Shortens the current url and copies it to clipboard", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "clipboardWrite", "https:\/\/www.googleapis.com\/" ] } |