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是由http://actionally.com开发的Chrome扩展程序,该扩展的主要功能是“ActionAlly keeps you focused & effective. This extension brings extra power to Chrome. Install the main app at ActionAlly.com”。
扩展截图
下载ActionAlly for Chrome扩展crx文件
下载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:\/\/*\/*"
]
} | |