Google Search Result Url Shortener
Cut the needless parameters in Google search result url.
Что такое Google Search Result Url Shortener?
Google Search Result Url Shortener - это расширение Chrome, разработанное k.bigwheel (Kazufumi Nishida), и его основная функция - "Cut the needless parameters in Google search result url.".
Снимки экрана расширения
Скачать файл CRX расширения Google Search Result Url Shortener
Скачайте файлы расширений Google Search Result Url Shortener в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Cut the needless parameters in Google search result url. github: https://github.com/bigwheel/google-search-result-url-shortener
Основная информация о расширении
Название | Google Search Result Url Shortener |
ID | coigfbofeliglgkjaopaalfagoapncef |
Официальный URL | https://chromewebstore.google.com/detail/google-search-result-url/coigfbofeliglgkjaopaalfagoapncef |
Описание | Cut the needless parameters in Google search result url. |
Размер файла | 13.22 KB |
Количество установок | 298 |
Текущая Версия | 1.1.1 |
Последнее Обновление | 2012-08-11 |
Дата публикации | 2012-08-10 |
Рейтинг | 5.00/5 Всего 2 оценок |
Разработчик | k.bigwheel (Kazufumi Nishida) |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Search Result Url Shortener", "version": "1.1.1", "manifest_version": 2, "description": "Cut the needless parameters in Google search result url.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs" ], "page_action": { "default_icon": "icon48.png", "default_title": "Cut the needless parameters in Google search result url." } } |