ActionAlly for Chrome
ActionAlly keeps you focused & effective. This extension brings extra power to Chrome. Install the main app at ActionAlly.com
O que é ActionAlly for Chrome?
ActionAlly for Chrome é uma extensão do Chrome desenvolvida por http://actionally.com, e sua principal característica é "ActionAlly keeps you focused & effective. This extension brings extra power to Chrome. Install the main app at ActionAlly.com".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão ActionAlly for Chrome
Baixe arquivos de extensão ActionAlly for Chrome no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Informações Básicas da Extensão
Nome | |
ID | lekdfhfafmgoclnmjofbojghidepkkdn |
URL Oficial | https://chrome.google.com/webstore/detail/actionally-for-chrome/lekdfhfafmgoclnmjofbojghidepkkdn |
Descrição | ActionAlly keeps you focused & effective. This extension brings extra power to Chrome. Install the main app at ActionAlly.com |
Tamanho do Arquivo | 153 KB |
Contagem de Instalações | 201 |
Versão Atual | 0.0.1 |
Última Atualização | 2015-01-09 |
Data de Publicação | 2015-01-09 |
Classificação | 3.67/5 Total de 3 Avaliações |
Desenvolvedor | http://actionally.com |
Tipo de Pagamento | free |
Site da Extensão | http://actionally.com/chrome-extension |
URL da Página de Ajuda | http://actionally.com/support |
Idiomas Suportados | 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:\/\/*\/*" ] } |