4p's URL Expander
Right click a shortened link and expand it
Was ist 4p's URL Expander?
4p's URL Expander ist eine Chrome-Erweiterung, die von 4p entwickelt wurde, und ihr Hauptmerkmal ist "Right click a shortened link and expand it".
Erweiterungsscreenshots
4p's URL Expander-Erweiterungs-CRX-Datei herunterladen
Laden Sie 4p's URL Expander-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | 4p's URL Expander |
ID | gldfamiablnblfgmflmlcbmimckdnlpj |
Offizielle URL | https://chromewebstore.google.com/detail/4ps-url-expander/gldfamiablnblfgmflmlcbmimckdnlpj |
Beschreibung | Right click a shortened link and expand it |
Dateigröße | 7.08 KB |
Installationsanzahl | 79 |
Aktuelle Version | 0.0.1 |
Letztes Update | 2017-06-30 |
Veröffentlichungsdatum | 2017-06-30 |
Entwickler | 4p |
Zahlungsart | free |
Erweiterungswebsite | http://expandurl.com/ |
Unterstützte Sprachen | 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 } |