codedoodl.es

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

Vad är codedoodl.es?

codedoodl.es är en Chrome-tillägg utvecklad av https://fluuu.id, och dess huvudfunktion är "Creative coding sketches \\ see a doodle every time you open a new tab".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner codedoodl.es-förlängningens CRX-fil

Ladda ner codedoodl.es-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn codedoodl.es codedoodl.es
ID hhfnbfhcojlgbojpphigjibpjkccfikh
Officiell webbadress https://chromewebstore.google.com/detail/codedoodles/hhfnbfhcojlgbojpphigjibpjkccfikh
Beskrivning Creative coding sketches \\ see a doodle every time you open a new tab
Filstorlek 666 KB
Antal Installationer 2,181
Aktuell Version 0.0.4
Senast Uppdaterad 2019-06-20
Publiceringsdatum 2019-06-19
Betyg 3.84/5 Totalt 62 Betyg
Utvecklare https://fluuu.id
Betalningssätt free
Tilläggswebbplats http://codedoodl.es
Hjälpsida URL https://github.com/fluuuid/codedoodl.es-chrome-extension/issues
Stödda Språk 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"
}