codedoodl.es
Creative coding sketches \\ see a doodle every time you open a new tab
codedoodl.es란 무엇입니까?
codedoodl.es은(는) https://fluuu.id에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Creative coding sketches \\ see a doodle every time you open a new tab"입니다.
확장 프로그램 스크린샷
codedoodl.es 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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 |
도움말 페이지 URL | 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" } |