codedoodl.es

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

ما هو codedoodl.es؟

codedoodl.es هو إضافة Chrome تم تطويرها بواسطة https://fluuu.id، والميزة الرئيسية لها هي "Creative coding sketches \\ see a doodle every time you open a new tab".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة codedoodl.es

قم بتنزيل ملفات الامتداد codedoodl.es بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم codedoodl.es codedoodl.es
ID hhfnbfhcojlgbojpphigjibpjkccfikh
عنوان URL الرسمي https://chromewebstore.google.com/detail/codedoodles/hhfnbfhcojlgbojpphigjibpjkccfikh
الوصف Creative coding sketches \\ see a doodle every time you open a new tab
حجم الملف 666 KB
عدد التثبيتات 2,181
النسخة الحالية 0.0.4
آخر تحديث 2019-06-20
تاريخ النشر 2019-06-19
تقييم 3.84/5 مجموع تقييمات 62
المطور https://fluuu.id
نوع الدفع free
موقع الإضافة http://codedoodl.es
عنوان صفحة المساعدة https://github.com/fluuuid/codedoodl.es-chrome-extension/issues
اللغات المدعومة 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"
}