4p's URL Expander
Right click a shortened link and expand it
Co to jest 4p's URL Expander?
4p's URL Expander to rozszerzenie Chrome opracowane przez 4p, a jego główną funkcją jest „Right click a shortened link and expand it”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia 4p's URL Expander
Pobierz pliki rozszerzeń 4p's URL Expander w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | gldfamiablnblfgmflmlcbmimckdnlpj |
| Oficjalny URL | https://chromewebstore.google.com/detail/4ps-url-expander/gldfamiablnblfgmflmlcbmimckdnlpj |
| Opis | Right click a shortened link and expand it |
| Rozmiar pliku | 7.08 KB |
| Liczba instalacji | 79 |
| Aktualna Wersja | 0.0.1 |
| Ostatnia Aktualizacja | 2017-06-30 |
| Data Publikacji | 2017-06-30 |
| Deweloper | 4p |
| Typ Płatności | free |
| Strona Rozszerzenia | http://expandurl.com/ |
| Obsługiwane Języki | 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
} | |