URL Redirector
Redirect url by pattern to any place you want.
Что такое URL Redirector?
URL Redirector - это расширение Chrome, разработанное Bluz, и его основная функция - "Redirect url by pattern to any place you want.".
Снимки экрана расширения
Скачать файл CRX расширения URL Redirector
Скачайте файлы расширений URL Redirector в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension help you to:
- Redirect from an URL to another URL.
- Redirect from an URL to a file on your local machine.
- Set password to protect your setting from other change.
- Play some trick ( just do it :) Основная информация о расширении
| Название | |
| ID | kpdinddojclpdndplpblgckkfepjplie |
| Официальный URL | https://chromewebstore.google.com/detail/url-redirector/kpdinddojclpdndplpblgckkfepjplie |
| Описание | Redirect url by pattern to any place you want. |
| Размер файла | 245 KB |
| Количество установок | 3,463 |
| Текущая Версия | 1.0 |
| Последнее Обновление | 2014-01-23 |
| Дата публикации | 2014-01-23 |
| Рейтинг | 4.35/5 Всего 37 оценок |
| Разработчик | Bluz |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "URL Redirector",
"description": "Redirect url by pattern to any place you want.",
"version": "1.0",
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"webRequest",
"*:\/\/*\/*",
"storage",
"webRequestBlocking"
],
"browser_action": {
"default_icon": "mart.png",
"default_title": "URL Redirector",
"default_popup": "index.html"
},
"options_page": "option.html"
} | |