DADO
Randomly discover the most inspiring designers & agencies
什么是DADO?
DADO是由https://marcozani.xyz开发的Chrome扩展程序,该扩展的主要功能是“Randomly discover the most inspiring designers & agencies”。
扩展截图
下载DADO扩展crx文件
下载DADO扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Roll the dice to browse through the curated list of awesome websites 扩展基本信息
| 名称 | |
| ID | akkhlkibihbaekfemhnigplenjbfikhp |
| 官方URL | https://chromewebstore.google.com/detail/dado/akkhlkibihbaekfemhnigplenjbfikhp |
| 简介 | Randomly discover the most inspiring designers & agencies |
| 文件大小 | 29.72 KB |
| 安装次数 | 51 |
| 当前版本 | 1.0 |
| 更新时间 | 2015-12-30 |
| 上架时间 | 2015-12-30 |
| 评分 | 4.67/5 共3次评分 |
| 开发者 | https://marcozani.xyz |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "DADO",
"description": "Randomly discover the most inspiring designers & agencies",
"version": "1.0",
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"tabs"
],
"browser_action": {
"default_title": "DADO",
"default_icon": "dado.png"
},
"icons": {
"16": "16.png",
"48": "48.png",
"128": "128.png"
},
"manifest_version": 2
} | |