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」です。

拡張機能のスクリーンショット

screenshot

ActionAlly for Chrome拡張機能のCRXファイルをダウンロード

ActionAlly for Chrome拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 ActionAlly for Chrome ActionAlly for 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:\/\/*\/*"
    ]
}