codedoodl.es
Creative coding sketches \\ see a doodle every time you open a new tab
Apa itu codedoodl.es?
codedoodl.es adalah ekstensi Chrome yang dikembangkan oleh https://fluuu.id, dan fitur utamanya adalah "Creative coding sketches \\ see a doodle every time you open a new tab".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi codedoodl.es
Unduh file ekstensi codedoodl.es dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | codedoodl.es |
ID | hhfnbfhcojlgbojpphigjibpjkccfikh |
URL Resmi | https://chromewebstore.google.com/detail/codedoodles/hhfnbfhcojlgbojpphigjibpjkccfikh |
Deskripsi | Creative coding sketches \\ see a doodle every time you open a new tab |
Ukuran File | 666 KB |
Jumlah Instalasi | 2,181 |
Versi Saat Ini | 0.0.4 |
Terakhir Diperbarui | 2019-06-20 |
Tanggal Publikasi | 2019-06-19 |
Penilaian | 3.84/5 Total 62 Penilaian |
Pengembang | https://fluuu.id |
Tipe Pembayaran | free |
Situs Ekstensi | http://codedoodl.es |
URL Halaman Bantuan | https://github.com/fluuuid/codedoodl.es-chrome-extension/issues |
Bahasa yang Didukung | 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" } |