codedoodl.es

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

codedoodl.es là gì?

codedoodl.es là một tiện ích mở rộng Chrome được phát triển bởi https://fluuu.id, và tính năng chính của nó là "Creative coding sketches \\ see a doodle every time you open a new tab".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng codedoodl.es

Tải xuống các tệp mở rộng codedoodl.es dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên codedoodl.es codedoodl.es
ID hhfnbfhcojlgbojpphigjibpjkccfikh
URL Chính Thức https://chromewebstore.google.com/detail/codedoodles/hhfnbfhcojlgbojpphigjibpjkccfikh
Mô tả Creative coding sketches \\ see a doodle every time you open a new tab
Kích Thước Tệp 666 KB
Số Lần Cài Đặt 2,181
Phiên Bản Hiện Tại 0.0.4
Cập Nhật Lần Cuối 2019-06-20
Ngày Phát Hành 2019-06-19
Đánh Giá 3.84/5 Tổng số 62 Đánh Giá
Nhà Phát Triển https://fluuu.id
Loại Thanh Toán free
Trang Web Mở Rộng http://codedoodl.es
URL Trang Trợ Giúp https://github.com/fluuuid/codedoodl.es-chrome-extension/issues
Ngôn Ngữ Được Hỗ Trợ 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"
}