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.
擴展基本資訊
名稱 | 4p's URL Expander |
ID | gldfamiablnblfgmflmlcbmimckdnlpj |
官方網址 | 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 } |