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