Sho.ink Link Shortener
This extension allows you to easily shorten and track links using the right-click menu of your browser.
什么是Sho.ink Link Shortener?
Sho.ink Link Shortener是由http://sho.ink开发的Chrome扩展程序,该扩展的主要功能是“This extension allows you to easily shorten and track links using the right-click menu of your browser.”。
扩展截图
下载Sho.ink Link Shortener扩展crx文件
下载Sho.ink Link Shortener扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension allows users to easily and quickly convert long URLs into short links. After you highlight a link, sho.ink adds an option in the right-click menu that will automatically create a shortened redirect link and copy it to your clipboard. With this extension, you can shorten any link in under 5 seconds.
扩展基本信息
名称 | |
ID | bldhcdnmadpmoadomdefpbbleiopblmo |
官方URL | https://chrome.google.com/webstore/detail/bldhcdnmadpmoadomdefpbbleiopblmo |
简介 | This extension allows you to easily shorten and track links using the right-click menu of your browser. |
文件大小 | 109 KB |
安装次数 | 32 |
当前版本 | 0.0.0.1 |
更新时间 | 2017-01-23 |
上架时间 | 2017-01-23 |
评分 | 5.00/5 共4次评分 |
开发者 | http://sho.ink |
付费类型 | free |
扩展官网 | http://sho.ink |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sho.ink Link Shortener", "description": "This extension allows you to easily shorten and track links using the right-click menu of your browser.", "version": "0.0.0.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "contextMenus", "notifications", "storage" ], "browser_action": { "default_icon": "small-icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "event.js" ], "persistent": false }, "author": "Matthew Brennan", "homepage_url": "http:\/\/sho.ink" } |