URL X-Ray
This extension will show up the url of the link you're going to click.
Co je URL X-Ray?
URL X-Ray je rozšíření Chrome vyvinuté yunger7, a jeho hlavní funkcí je „This extension will show up the url of the link you're going to click.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření URL X-Ray
Stáhněte si soubory rozšíření URL X-Ray 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í
Základní Informace o Rozšíření
Název | |
ID | ddamalhdeccoefigecgaphpogdgignoh |
Oficiální URL | https://chromewebstore.google.com/detail/url-x-ray/ddamalhdeccoefigecgaphpogdgignoh |
Popis | This extension will show up the url of the link you're going to click. |
Velikost souboru | 127 KB |
Počet instalací | 104 |
Aktuální Verze | 1.0.2 |
Poslední Aktualizace | 2013-11-12 |
Datum Vydání | 2013-11-11 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | yunger7 |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "URL X-Ray", "description": "This extension will show up the url of the link you're going to click.", "version": "1.0.2", "content_scripts": [ { "css": [ "css\/tipsy.css" ], "js": [ "js\/jquery-2.0.3.min.js", "js\/tipsy.js", "services.js", "content.js" ], "matches": [ "*:\/\/*\/*" ] } ], "background": { "persistent": false, "scripts": [ "background.js" ] }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "web_accessible_resources": [ "js\/jquery-2.0.3.min.map" ], "manifest_version": 2 } |