Simple URL Shortener
This extension shows Shortened URL For the current webpage
什么是Simple URL Shortener?
Simple URL Shortener是由Vishal Goyal开发的Chrome扩展程序,该扩展的主要功能是“This extension shows Shortened URL For the current webpage”。
扩展截图
下载Simple URL Shortener扩展crx文件
下载Simple URL Shortener扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is a 100% Ad Free Private URL Shortener which provides more useful features like optional Password Protection, Complete Analytics to Track each and every user who clicks a link. Our system allows you to track everything. Whether it is the amount of clicks, the country or the referrer, the data is there. Above all, it is 100% free - http://k2g.co
扩展基本信息
名称 | Simple URL Shortener |
ID | cjifcphacfcmdmlgekkbhchcapdhgddi |
官方URL | https://chromewebstore.google.com/detail/simple-url-shortener/cjifcphacfcmdmlgekkbhchcapdhgddi |
简介 | This extension shows Shortened URL For the current webpage |
文件大小 | 13.83 KB |
安装次数 | 121 |
当前版本 | 2.0 |
更新时间 | 2015-10-17 |
上架时间 | 2015-10-16 |
评分 | 3.67/5 共3次评分 |
开发者 | Vishal Goyal |
付费类型 | free |
扩展官网 | http://k2g.co |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple URL Shortener", "description": "This extension shows Shortened URL For the current webpage", "version": "2.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/", "http:\/\/*\/", "https:\/\/*\/" ] } |