Llamalerts

Checks the Deviantart Badges page and lets you know when you have trade offers.

Llamalertsとは何ですか?

LlamalertsはChristopher Naronによって開発されたChromeの拡張機能で、その主な機能は「Checks the Deviantart Badges page and lets you know when you have trade offers.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        -- No Longer Being Maintained. The source is on github, feel free to edit and update it as you like --

Llamalerts auto-refreshes your Deviantart Badges page and plays an audio cue if there's any open trade offers.

How to use:
   1. Go to the Deviantart Badges page.
   2. Type how often you want to refresh in the box
   3. Click the toggle switch on the extension
   4. Open another tab and do something else.
   To stop the extension go back to the Badges page and then click the toggle switch again.                    

拡張機能の基本情報

名前 Llamalerts Llamalerts
ID llhfdehocdehnipbhhgonidbaonijogp
公式URL https://chrome.google.com/webstore/detail/llhfdehocdehnipbhhgonidbaonijogp
説明 Checks the Deviantart Badges page and lets you know when you have trade offers.
ファイルサイズ 9.61 KB
インストール数 17
現在のバージョン 1.0.2
最終更新日 2017-04-25
公開日 2017-04-25
評価 3.50/5 合計 2 レビュー
開発者 Christopher Naron
Eメール Christopher.naron@gmail
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Christopher Naron ",
    "name": "Llamalerts",
    "description": "Checks the Deviantart Badges page and lets you know when you have trade offers.",
    "version": "1.0.2",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "Logo.png"
    },
    "icons": {
        "16": "Logo.png",
        "32": "active_logo.png",
        "64": "64_logo.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "*:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "scripts.js"
            ]
        }
    ]
}