Qiita Notifications
Extension to check Qiita notifications
Что такое Qiita Notifications?
Qiita Notifications - это расширение Chrome, разработанное http://littleapps.jp, и его основная функция - "Extension to check Qiita notifications".
Снимки экрана расширения
Скачать файл CRX расширения Qiita Notifications
Скачайте файлы расширений Qiita Notifications в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Qiita Notifications allow you to check Qiita updates in your Chrome toolbar icon. Click the icon to open notification list.
Основная информация о расширении
Название | |
ID | lfaggijcindkbihlopcogjlihmpdpdaa |
Официальный URL | https://chrome.google.com/webstore/detail/qiita-notifications/lfaggijcindkbihlopcogjlihmpdpdaa |
Описание | Extension to check Qiita notifications |
Размер файла | 202 KB |
Количество установок | 103 |
Текущая Версия | 0.1.5 |
Последнее Обновление | 2014-06-03 |
Дата публикации | 2014-06-03 |
Рейтинг | 5.00/5 Всего 2 оценок |
Разработчик | http://littleapps.jp |
Тип оплаты | free |
Официальный сайт расширения | http://littleapps.jp/qiita-notifications-crx/ |
URL страницы помощи | https://github.com/ngs/qiita-notifications-crx/issues |
Поддерживаемые языки | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.1.5", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ], "persistent": false }, "browser_action": { "default_icon": { "19": "images\/icon-gray-19.png", "38": "images\/icon-gray-38.png" }, "default_title": "Qiita Notifications", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "storage", "tabs", "alarms", "https:\/\/www.google-analytics.com\/", "http:\/\/qiita.com\/api\/notifications", "http:\/\/qiita.com\/api\/notifications\/count", "http:\/\/qiita.com\/api\/notifications\/read" ] } |