Laravel Docs Redirect
Redirects you to latest Laravel docs version
Что такое Laravel Docs Redirect?
Laravel Docs Redirect - это расширение Chrome, разработанное MightyPork, и его основная функция - "Redirects you to latest Laravel docs version".
Снимки экрана расширения
Скачать файл CRX расширения Laravel Docs Redirect
Скачайте файлы расширений Laravel Docs Redirect в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Google gives you outdated Laravel docs? This extension makes it stop by always redirecting you to the latest version. The redirect happens *only* when you just came from Google, then you free to change the version as you please.
Основная информация о расширении
Название | Laravel Docs Redirect |
ID | hdbkgmhpccfohpchdbcnimghnenjalii |
Официальный URL | https://chromewebstore.google.com/detail/laravel-docs-redirect/hdbkgmhpccfohpchdbcnimghnenjalii |
Описание | Redirects you to latest Laravel docs version |
Размер файла | 11.24 KB |
Количество установок | 18 |
Текущая Версия | 1.0.1 |
Последнее Обновление | 2016-02-28 |
Дата публикации | 2016-02-28 |
Рейтинг | 5.00/5 Всего 2 оценок |
Разработчик | MightyPork |
Электронная почта | [email protected] |
Тип оплаты | free |
URL страницы политики конфиденциальности | https://gist.githubusercontent.com/MightyPork/5dc0f75de29cf24bdc6d3413d9e7270a/raw/b7b2ed6bb08b7e1e8e0a85202aac95cac7cc5845/google-priv-policy.txt |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "exclude_matches": [ "*:\/\/laravel.com\/docs\/master\/*" ], "js": [ "script.js" ], "matches": [ "*:\/\/laravel.com\/docs\/*" ], "run_at": "document_start" } ], "icons": { "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "description": "Redirects you to latest Laravel docs version", "manifest_version": 2, "name": "Laravel Docs Redirect", "version": "1.0.1" } |