Asana Lover

Asana Lover

Asana Loverとは何ですか?

Asana LoverはGigasavvyによって開発されたChromeの拡張機能で、その主な機能は「Asana Lover」です。

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

screenshot
screenshot

Asana Lover拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension brings a ton of powerful features to Asana.  
- Brings back the hearts in Asana (Instead of likes)
- Auto likes activity, comments, projects, etc.
- Allows you to hide tasks further than X months in the future

Actively maintained with new features coming out all the time!

Asana Lover brings you all sorts of functionality you've been lacking!                    

拡張機能の基本情報

名前 Asana Lover Asana Lover
ID pdbcfcjcbjfddhlbinohbemhodbplnai
公式URL https://chromewebstore.google.com/detail/asana-lover/pdbcfcjcbjfddhlbinohbemhodbplnai
説明 Asana Lover
ファイルサイズ 2.49 MB
インストール数 86
現在のバージョン 1.1.6
最終更新日 2017-11-27
公開日 2017-11-27
開発者 Gigasavvy
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://gigasavvy.com
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Asana Lover",
    "description": "Asana Lover",
    "version": "1.1.6",
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Asana Lover",
        "default_icon": "img\/128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.asana.com\/*"
            ],
            "js": [
                "js\/jquery-3.2.1.min.js",
                "js\/moment.js",
                "js\/asana.js",
                "js\/popup.js",
                "js\/inject.js",
                "js\/hideTasks.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "js\/woohoo.js",
        "css\/hearts.css"
    ],
    "manifest_version": 2
}