codedoodl.es
Creative coding sketches \\ see a doodle every time you open a new tab
Wat is codedoodl.es?
codedoodl.es is een Chrome-extensie ontwikkeld door https://fluuu.id, en de belangrijkste functie is "Creative coding sketches \\ see a doodle every time you open a new tab".
Extensie Screenshots
Download het CRX-bestand van de extensie codedoodl.es
Download codedoodl.es-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | codedoodl.es |
ID | hhfnbfhcojlgbojpphigjibpjkccfikh |
Officiële URL | https://chromewebstore.google.com/detail/codedoodles/hhfnbfhcojlgbojpphigjibpjkccfikh |
Beschrijving | Creative coding sketches \\ see a doodle every time you open a new tab |
Bestandsgrootte | 666 KB |
Aantal Installaties | 2,181 |
Huidige Versie | 0.0.4 |
Laatst Bijgewerkt | 2019-06-20 |
Publicatiedatum | 2019-06-19 |
Beoordeling | 3.84/5 Totaal 62 Beoordelingen |
Ontwikkelaar | https://fluuu.id |
Betalingswijze | free |
Extensiewebsite | http://codedoodl.es |
Help Pagina-URL | https://github.com/fluuuid/codedoodl.es-chrome-extension/issues |
Ondersteunde Talen | 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" } |