Shortest URL Shortener
Shortest URL Shortener - created von Marketingradar.de
什么是Shortest URL Shortener?
Shortest URL Shortener是由https://mediaworx.com开发的Chrome扩展程序,该扩展的主要功能是“Shortest URL Shortener - created von Marketingradar.de”。
扩展截图
下载Shortest URL Shortener扩展crx文件
下载Shortest URL Shortener扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is the shortest URL shortener ever - well, the one of the shortest, and, btw. the one of the most simple.
It needs just one single mouse click - and the URL of the current website is copied into the clipboard. Nothing more, nothing less - enjoy the simplicity! 扩展基本信息
| 名称 | |
| ID | kocefagidbbcdghmdnhndemdjpjjdngj |
| 官方URL | https://chromewebstore.google.com/detail/shortest-url-shortener/kocefagidbbcdghmdnhndemdjpjjdngj |
| 简介 | Shortest URL Shortener - created von Marketingradar.de |
| 文件大小 | 13.13 KB |
| 安装次数 | 76 |
| 当前版本 | 0.3 |
| 更新时间 | 2018-12-14 |
| 上架时间 | 2018-12-13 |
| 开发者 | https://mediaworx.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://mediaworx.com |
| 帮助页面URL | https://marketingradar.de |
| 支持的语言 | en-US |
| manifest.json | |
{
"browser_action": {
"default_icon": "icon-128.png",
"default_popup": "popup.html"
},
"description": "Shortest URL Shortener - created von Marketingradar.de",
"homepage_url": "https:\/\/marketingradar.de",
"short_name": "Shortest URL Shortener",
"author": "Evgeniy Orlov, [email protected]",
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"manifest_version": 2,
"name": "Shortest URL Shortener",
"permissions": [
"tabs",
"http:\/\/*\/",
"http:\/\/v.gd\/*",
"https:\/\/v.gd\/*"
],
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"version": "0.3"
} | |