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! 扩展基本信息
| 名称 | |
| 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\/"
]
} | |