4p's URL Expander
Right click a shortened link and expand it
什么是4p's URL Expander?
4p's URL Expander是由4p开发的Chrome扩展程序,该扩展的主要功能是“Right click a shortened link and expand it”。
扩展截图
下载4p's URL Expander扩展crx文件
下载4p's URL Expander扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is a very simple "short URL expander". If you see a shortened/suspicious URL, you can right click it and "expand" it to see where the link would take you.
This uses "http://expandurl.com/" and will NOT open the shortened link, only a new tab showing the links redirects. All the hard work was done by "Gregg Hilferding". I just wanted a right click expander and nobody had made a working one.
Provided expandurl doesn't shut down, this should work just fine on most versions of chrome.
Limited to 100 "expands" per hour. 扩展基本信息
| 名称 | |
| ID | gldfamiablnblfgmflmlcbmimckdnlpj |
| 官方URL | https://chromewebstore.google.com/detail/4ps-url-expander/gldfamiablnblfgmflmlcbmimckdnlpj |
| 简介 | Right click a shortened link and expand it |
| 文件大小 | 7.08 KB |
| 安装次数 | 79 |
| 当前版本 | 0.0.1 |
| 更新时间 | 2017-06-30 |
| 上架时间 | 2017-06-30 |
| 开发者 | 4p |
| 付费类型 | free |
| 扩展官网 | http://expandurl.com/ |
| 支持的语言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "4p's URL Expander",
"description": "Right click a shortened link and expand it",
"version": "0.0.1",
"permissions": [
"contextMenus"
],
"icons": {
"16": "icon.png",
"48": "icon48.png",
"128": "icon128.png"
},
"background": {
"persistent": true,
"scripts": [
"popup.js"
]
},
"manifest_version": 2
} | |