thaiseoboard.com button

Open your favourite webboard thaiseoboard.com in one click!

thaiseoboard.com buttonとは何ですか?

thaiseoboard.com buttonはPeter Andersonによって開発されたChromeの拡張機能で、その主な機能は「Open your favourite webboard thaiseoboard.com in one click!」です。

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

screenshot

thaiseoboard.com button拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 thaiseoboard.com button thaiseoboard.com button
ID fmikolphkflimdaepipapmcjngcehgki
公式URL https://chrome.google.com/webstore/detail/thaiseoboardcom-button/fmikolphkflimdaepipapmcjngcehgki
説明 Open your favourite webboard thaiseoboard.com in one click!
ファイルサイズ 147 KB
インストール数 12
現在のバージョン 3.1
最終更新日 2014-09-18
公開日 2014-09-18
評価 5.00/5 合計 1 レビュー
開発者 Peter Anderson
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "name": "thaiseoboard.com button",
    "description": "Open your favourite webboard thaiseoboard.com in one click!",
    "browser_action": {
        "default_title": "Open thaiseoboard.com in one click",
        "default_icon": "img\/48.png",
        "default_popup": "tip.html"
    },
    "homepage_url": "http:\/\/thaiseoboard.com",
    "short_name": "thaiseoboard.com",
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "background": {
        "scripts": [
            "chrome\/config.js",
            "js\/app.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "clipboardWrite",
        "storage",
        "tabs",
        "notifications",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "version": "3.1",
    "manifest_version": 2,
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx"
}