art

learn some art every day

artとは何ですか?

artはhttps://bearwin.netによって開発されたChromeの拡張機能で、その主な機能は「learn some art every day」です。

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

screenshot

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

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

拡張機能の使用方法

                        Not getting enough art in your life? 'art' attempts to seamlessly integrate piece of artwork into your daily internet browsing routine.

Learn more about each painting by clicking on the name, the artist, the style, or anything listed!

If you just like to look at pictures, just keep clicking on the painting to refresh the page.                    

拡張機能の基本情報

名前 art art
ID pdlgekbegnmmhadkmoeiobdhpkamaene
公式URL https://chromewebstore.google.com/detail/art/pdlgekbegnmmhadkmoeiobdhpkamaene
説明 learn some art every day
ファイルサイズ 508 KB
インストール数 1,002
現在のバージョン 0.0.5
最終更新日 2014-11-13
公開日 2014-11-12
評価 3.29/5 合計 7 レビュー
開発者 https://bearwin.net
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "art",
    "version": "0.0.5",
    "manifest_version": 2,
    "description": "learn some art every day",
    "homepage_url": "http:\/\/bearwin.net",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "persistent": false
        }
    ],
    "chrome_url_overrides": {
        "newtab": "src\/override\/override.html"
    },
    "override": {
        "scripts": [
            "jquery.min.js",
            "jquery.foggy.min.js",
            "or.js",
            "data.js"
        ],
        "persistent": false
    }
}