Google Search Page Enhancer
This extension removes the "More" option and adds all entries to the bar.
Что такое Google Search Page Enhancer?
Google Search Page Enhancer - это расширение Chrome, разработанное therealplayer1, и его основная функция - "This extension removes the "More" option and adds all entries to the bar.".
Снимки экрана расширения
Скачать файл CRX расширения Google Search Page Enhancer
Скачайте файлы расширений Google Search Page Enhancer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension removes the "More" option and adds all entries to the bar.
Основная информация о расширении
Название | ![]() |
ID | odgjchjcdilbflncmlpfpeoaemaoabli |
Официальный URL | https://chrome.google.com/webstore/detail/google-search-page-enhanc/odgjchjcdilbflncmlpfpeoaemaoabli |
Описание | This extension removes the "More" option and adds all entries to the bar. |
Размер файла | 34.47 KB |
Количество установок | 141 |
Текущая Версия | 0.1 |
Последнее Обновление | 2013-06-27 |
Дата публикации | 2013-06-27 |
Рейтинг | 5.00/5 Всего 3 оценок |
Разработчик | therealplayer1 |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google Search Page Enhancer", "description": "This extension removes the \"More\" option and adds all entries to the bar.", "version": "0.1", "content_scripts": [ { "js": [ "jquery-1.6.4.min.js", "enhance.user.js" ], "matches": [ "*:\/\/www.google.de\/*", "*:\/\/www.google.com\/*", "*:\/\/google.de\/*", "*:\/\/google.com\/*" ] } ], "permissions": [ "*:\/\/www.google.de\/*", "*:\/\/www.google.com\/*", "*:\/\/google.de\/*", "*:\/\/google.com\/*" ] } |