Preview Short URLs
Stop short URL abuse by previewing the URL automatically before visiting it.
Co je Preview Short URLs?
Preview Short URLs je rozšíření Chrome vyvinuté azelphur, a jeho hlavní funkcí je „Stop short URL abuse by previewing the URL automatically before visiting it.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Preview Short URLs
Stáhněte si soubory rozšíření Preview Short URLs ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
This addon will show you a preview page clearly displaying the destination URL whenever you visit a shortened URL. Currently supports: bit.ly bitly.com tinyurl.com is.gd goo.gl Want support for more? Feel free to suggest something. :) Want to help out? This code is on github https://github.com/Azelphur/Preview-Short-URLs patches welcome! Feel free to drop by irc://irc.azelphur.com/#azelphur if you have any questions.
Základní Informace o Rozšíření
Název | Preview Short URLs |
ID | lhnpeajamdliepjblldlghmpkohfjakb |
Oficiální URL | https://chromewebstore.google.com/detail/preview-short-urls/lhnpeajamdliepjblldlghmpkohfjakb |
Popis | Stop short URL abuse by previewing the URL automatically before visiting it. |
Velikost souboru | 11.33 KB |
Počet instalací | 339 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2013-11-18 |
Datum Vydání | 2013-11-18 |
Hodnocení | 3.71/5 Celkem 7 Hodnocení |
Vývojář | azelphur |
Typ Platby | free |
Webové stránky Rozšíření | http://blog.azelphur.com |
Podporované Jazyky | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Preview Short URLs", "description": "Stop short URL abuse by previewing the URL automatically before visiting it.", "version": "1.0", "author": "Alfie \"Azelphur\" Day", "homepage_url": "http:\/\/blog.azelphur.com\/", "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/bit.ly\/*", "*:\/\/bitly.com\/*", "*:\/\/tinyurl.com\/*", "*:\/\/is.gd\/*", "*:\/\/goo.gl\/*" ], "icons": { "16": "icons\/icon128.png", "48": "icons\/icon128.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "background.js" ] } } |