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
拡張機能の基本情報
名前 | DADO |
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 } |