4p's URL Expander
Right click a shortened link and expand it
Qu'est-ce que 4p's URL Expander ?
4p's URL Expander est une extension Chrome développée par 4p, et sa fonction principale est "Right click a shortened link and expand it".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension 4p's URL Expander
Téléchargez les fichiers d'extension 4p's URL Expander au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | 4p's URL Expander |
ID | gldfamiablnblfgmflmlcbmimckdnlpj |
URL Officiel | https://chromewebstore.google.com/detail/4ps-url-expander/gldfamiablnblfgmflmlcbmimckdnlpj |
Description | Right click a shortened link and expand it |
Taille du Fichier | 7.08 KB |
Nombre d'Installations | 79 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2017-06-30 |
Date de Publication | 2017-06-30 |
Développeur | 4p |
Type de Paiement | free |
Site Web de l'Extension | http://expandurl.com/ |
Langues Prises en Charge | 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 } |