codedoodl.es
Creative coding sketches \\ see a doodle every time you open a new tab
Was ist codedoodl.es?
codedoodl.es ist eine Chrome-Erweiterung, die von https://fluuu.id entwickelt wurde, und ihr Hauptmerkmal ist "Creative coding sketches \\ see a doodle every time you open a new tab".
Erweiterungsscreenshots
codedoodl.es-Erweiterungs-CRX-Datei herunterladen
Laden Sie codedoodl.es-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | hhfnbfhcojlgbojpphigjibpjkccfikh |
| Offizielle URL | https://chromewebstore.google.com/detail/codedoodles/hhfnbfhcojlgbojpphigjibpjkccfikh |
| Beschreibung | Creative coding sketches \\ see a doodle every time you open a new tab |
| Dateigröße | 666 KB |
| Installationsanzahl | 2,181 |
| Aktuelle Version | 0.0.4 |
| Letztes Update | 2019-06-20 |
| Veröffentlichungsdatum | 2019-06-19 |
| Bewertung | 3.84/5 Insgesamt 62 Bewertungen |
| Entwickler | https://fluuu.id |
| Zahlungsart | free |
| Erweiterungswebsite | http://codedoodl.es |
| Hilfeseite URL | https://github.com/fluuuid/codedoodl.es-chrome-extension/issues |
| Unterstützte Sprachen | 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"
} | |