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 |
| 官方網址 | 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:\/\/*\/*"
]
} | |