URL X-Ray
This extension will show up the url of the link you're going to click.
Что такое URL X-Ray?
URL X-Ray - это расширение Chrome, разработанное yunger7, и его основная функция - "This extension will show up the url of the link you're going to click.".
Снимки экрана расширения
Скачать файл CRX расширения URL X-Ray
Скачайте файлы расширений URL X-Ray в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Основная информация о расширении
Название | |
ID | ddamalhdeccoefigecgaphpogdgignoh |
Официальный URL | https://chromewebstore.google.com/detail/url-x-ray/ddamalhdeccoefigecgaphpogdgignoh |
Описание | This extension will show up the url of the link you're going to click. |
Размер файла | 127 KB |
Количество установок | 104 |
Текущая Версия | 1.0.2 |
Последнее Обновление | 2013-11-12 |
Дата публикации | 2013-11-11 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | yunger7 |
Тип оплаты | free |
Поддерживаемые языки | 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 } |