Art Tab Club

Beautiful art wallpapers in a new tab.

Art Tab Clubとは何ですか?

Art Tab Clubはhttps://arttabclub.comによって開発されたChromeの拡張機能で、その主な機能は「Beautiful art wallpapers in a new tab.」です。

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

screenshot

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

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

拡張機能の使用方法

                        The Art Tab Club extension gives you the ability to replace the wallpaper of the new tab with gorgeous images of modern art.

Privacy Policy: https://arttabclub.com/privacy.html
Terms of Use: https://arttabclub.com/terms.html

By click on «Add to Chrome» button in the top right hand corner and installing Art Tab Club extension, you are agreeing to install this extension, you are agreeing to our Privacy Policy, and you are agreeing to our Terms of Use.                    

拡張機能の基本情報

名前 Art Tab Club Art Tab Club
ID kpnjngadmedhmommmobbloahpfhnhdfg
公式URL https://chromewebstore.google.com/detail/art-tab-club/kpnjngadmedhmommmobbloahpfhnhdfg
説明 Beautiful art wallpapers in a new tab.
ファイルサイズ 7.78 KB
インストール数 8,710
現在のバージョン 1.0.1
最終更新日 2021-07-20
公開日 2021-07-20
評価 1.00/5 合計 2 レビュー
開発者 https://arttabclub.com
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://arttabclub.com/privacy.html
対応言語 en
manifest.json
{
    "manifest_version": 2,
    "version": "1.0.1",
    "name": "Art Tab Club",
    "description": "Beautiful art wallpapers in a new tab.",
    "icons": {
        "128": "128.png"
    },
    "permissions": [
        "contextMenus",
        "https:\/\/arttabclub.com\/*"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "background": {
        "scripts": [
            "lib.js",
            "background.js"
        ]
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}