DADO
Randomly discover the most inspiring designers & agencies
What is DADO?
DADO is a Chrome extension developed by https://marcozani.xyz, and its main feature is "Randomly discover the most inspiring designers & agencies".
Extension Screenshots
Download DADO Extension CRX File
Download DADO extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Roll the dice to browse through the curated list of awesome websites
Extension Basic Information
Name | DADO |
ID | akkhlkibihbaekfemhnigplenjbfikhp |
Official URL | https://chromewebstore.google.com/detail/dado/akkhlkibihbaekfemhnigplenjbfikhp |
Description | Randomly discover the most inspiring designers & agencies |
File Size | 29.72 KB |
Installation Count | 51 |
Current Version | 1.0 |
Last Updated | 2015-12-30 |
Publish Date | 2015-12-30 |
Rating | 4.67/5 Total 3 Ratings |
Developer | https://marcozani.xyz |
Payment Type | free |
Supported Languages | 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 } |