ActionAlly for Chrome
ActionAlly keeps you focused & effective. This extension brings extra power to Chrome. Install the main app at ActionAlly.com
Что такое ActionAlly for Chrome?
ActionAlly for Chrome - это расширение Chrome, разработанное http://actionally.com, и его основная функция - "ActionAlly keeps you focused & effective. This extension brings extra power to Chrome. Install the main app at ActionAlly.com".
Снимки экрана расширения
Скачать файл CRX расширения ActionAlly for Chrome
Скачайте файлы расширений ActionAlly for Chrome в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Основная информация о расширении
Название | |
ID | lekdfhfafmgoclnmjofbojghidepkkdn |
Официальный URL | https://chrome.google.com/webstore/detail/actionally-for-chrome/lekdfhfafmgoclnmjofbojghidepkkdn |
Описание | ActionAlly keeps you focused & effective. This extension brings extra power to Chrome. Install the main app at ActionAlly.com |
Размер файла | 153 KB |
Количество установок | 201 |
Текущая Версия | 0.0.1 |
Последнее Обновление | 2015-01-09 |
Дата публикации | 2015-01-09 |
Рейтинг | 3.67/5 Всего 3 оценок |
Разработчик | http://actionally.com |
Тип оплаты | free |
Официальный сайт расширения | http://actionally.com/chrome-extension |
URL страницы помощи | http://actionally.com/support |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ActionAlly for Chrome", "version": "0.0.1", "manifest_version": 2, "description": "ActionAlly keeps you focused & effective. This extension brings extra power to Chrome. Install the main app at ActionAlly.com", "icons": { "16": "icon16.png", "24": "icon24.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "background": { "scripts": [ "jquery.js", "background.js" ] }, "content_scripts": [ { "run_at": "document_start", "matches": [ "*:\/\/*\/*" ], "js": [ "jquery.js", "content_scripts.js" ] } ], "permissions": [ "tabs", "storage", "notifications", "activeTab", "background", "http:\/\/*\/*", "https:\/\/*\/*" ] } |