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文件
下载codedoodl.es扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| 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"
} | |