DADO
Randomly discover the most inspiring designers & agencies
Wat is DADO?
DADO is een Chrome-extensie ontwikkeld door https://marcozani.xyz, en de belangrijkste functie is "Randomly discover the most inspiring designers & agencies".
Extensie Screenshots
Download het CRX-bestand van de extensie DADO
Download DADO-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Roll the dice to browse through the curated list of awesome websites Basisinformatie over de Extensie
| Naam | |
| ID | akkhlkibihbaekfemhnigplenjbfikhp |
| Officiële URL | https://chromewebstore.google.com/detail/dado/akkhlkibihbaekfemhnigplenjbfikhp |
| Beschrijving | Randomly discover the most inspiring designers & agencies |
| Bestandsgrootte | 29.72 KB |
| Aantal Installaties | 51 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2015-12-30 |
| Publicatiedatum | 2015-12-30 |
| Beoordeling | 4.67/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | https://marcozani.xyz |
| Betalingswijze | free |
| Ondersteunde Talen | 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
} | |