codedoodl.es
Creative coding sketches \\ see a doodle every time you open a new tab
What is codedoodl.es?
codedoodl.es is a Chrome extension developed by https://fluuu.id, and its main feature is "Creative coding sketches \\ see a doodle every time you open a new tab".
Extension Screenshots
Download codedoodl.es Extension CRX File
Download codedoodl.es extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | codedoodl.es |
ID | hhfnbfhcojlgbojpphigjibpjkccfikh |
Official URL | https://chromewebstore.google.com/detail/codedoodles/hhfnbfhcojlgbojpphigjibpjkccfikh |
Description | Creative coding sketches \\ see a doodle every time you open a new tab |
File Size | 666 KB |
Installation Count | 2,181 |
Current Version | 0.0.4 |
Last Updated | 2019-06-20 |
Publish Date | 2019-06-19 |
Rating | 3.84/5 Total 62 Ratings |
Developer | https://fluuu.id |
Payment Type | free |
Extension Website | http://codedoodl.es |
Help Page URL | https://github.com/fluuuid/codedoodl.es-chrome-extension/issues |
Supported Languages | 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" } |