codedoodl.es

Creative coding sketches \\ see a doodle every time you open a new tab

codedoodl.esとは何ですか?

codedoodl.esはhttps://fluuu.idによって開発されたChromeの拡張機能で、その主な機能は「Creative coding sketches \\ see a doodle every time you open a new tab」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        codedoodl.es is a showcase of curated creative coding sketches.

Every time you open a new browser window, a new doodle is displayed.

The aim of these doodles is to exhibit interactive, engaging web experiments which only require a short attention span. No loading bars, no GUI, no 5MB 3D models or audio files, just plain and simple doodles with code.                    

拡張機能の基本情報

名前 codedoodl.es codedoodl.es
ID hhfnbfhcojlgbojpphigjibpjkccfikh
公式URL https://chromewebstore.google.com/detail/codedoodles/hhfnbfhcojlgbojpphigjibpjkccfikh
説明 Creative coding sketches \\ see a doodle every time you open a new tab
ファイルサイズ 666 KB
インストール数 2,181
現在のバージョン 0.0.4
最終更新日 2019-06-20
公開日 2019-06-19
評価 3.84/5 合計 62 レビュー
開発者 https://fluuu.id
支払い方法 free
拡張機能のウェブサイト http://codedoodl.es
ヘルプページのURL https://github.com/fluuuid/codedoodl.es-chrome-extension/issues
対応言語 en-GB
manifest.json
{
    "manifest_version": 2,
    "name": "codedoodl.es",
    "version": "0.0.4",
    "permissions": [
        "http:\/\/codedoodl.es",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "js\/main.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/codedoodl.es; object-src 'self'",
    "description": "Creative coding sketches \\\\ see a doodle every time you open a new tab",
    "icons": {
        "128": "static\/img\/icons\/icon-128.png",
        "16": "static\/img\/icons\/icon-16.png",
        "48": "static\/img\/icons\/icon-48.png"
    },
    "incognito": "split",
    "options_page": "options.html"
}