Go To Gmail
Now you're just one click away from your gmail inbox!
Что такое Go To Gmail?
Go To Gmail - это расширение Chrome, разработанное Benjamin Conant, и его основная функция - "Now you're just one click away from your gmail inbox!".
Снимки экрана расширения
Скачать файл CRX расширения Go To Gmail
Скачайте файлы расширений Go To Gmail в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension does one thing and one thing only: it gets you to your gmail with just a single click! Great for people who want to stop typing 'gmail' over and over again into the chrome search bar only to be sent to a results page instead of their inbox.
Основная информация о расширении
Название | Go To Gmail |
ID | fhgdedphdddilbmpoakddogllppbdbba |
Официальный URL | https://chromewebstore.google.com/detail/go-to-gmail/fhgdedphdddilbmpoakddogllppbdbba |
Описание | Now you're just one click away from your gmail inbox! |
Размер файла | 20.84 KB |
Количество установок | 721 |
Текущая Версия | 0.4 |
Последнее Обновление | 2015-02-14 |
Дата публикации | 2015-02-14 |
Рейтинг | 4.25/5 Всего 4 оценок |
Разработчик | Benjamin Conant |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Go To Gmail", "short_name": "gtGml", "description": "Now you're just one click away from your gmail inbox!", "version": "0.4", "background": { "scripts": [ "redirect.js" ] }, "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "browser_action": { "default_icon": "icon_16.png" } } |