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 |
公式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 } |