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