Moodboard
Customizes new tab with Webpage Thumbnails
What is Moodboard?
Moodboard is a Chrome extension developed by https://vizard.co, and its main feature is "Customizes new tab with Webpage Thumbnails".
Extension Screenshots
Download Moodboard Extension CRX File
Download Moodboard 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
Create your favorite websites/designs as a moodboard for inspiration.
Extension Basic Information
Name | |
ID | djmbmdhgkbkcjoocbkleedhdhippikab |
Official URL | https://chromewebstore.google.com/detail/moodboard/djmbmdhgkbkcjoocbkleedhdhippikab |
Description | Customizes new tab with Webpage Thumbnails |
File Size | 385 KB |
Installation Count | 674 |
Current Version | 0.3 |
Last Updated | 2019-03-26 |
Publish Date | 2019-03-25 |
Developer | https://vizard.co |
Payment Type | free |
Extension Website | https://vizard.co |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Moodboard", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2yd7dQlHgPzYhkGXZZOHsKQdf4aAd5jnngunlayBFhpUC6KXI3HIWjNi\/VVLNBkyGGn6rU91J8knldWTlUUxYz+Sh9nRMfi\/jp3ZKAwz6K0zAcHnhAqPWsyXbbtNBqWn2hxemZNHEa9HwVEhLiB+BzT9AFNTSbY\/Mv+CxB+StNDowgKU6a6rVzsgyP0gHzxeiZaW5ppeCBOi122aPej1U62GjEKtXj72\/OPche3xqF1yJDlE5DhxoIBOIOKbNO0D9tn7vbCpiNzIG1eRlsVC6iuJeIqv\/A\/SL5iaksZLf5A14BR8PbswX1VryYBVuXjFhDh3xybJMfHGBjQIRiyCHQIDAQAB", "short_name": "Moodboard", "version": "0.3", "description": "Customizes new tab with Webpage Thumbnails", "permissions": [ "storage", "*:\/\/*\/*", "activeTab", "identity", "identity.email" ], "browser_action": { "default_icon": "images\/icon128.png", "default_popup": "popup.html" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "chrome_url_overrides": { "newtab": "bookmarksArea.html" }, "background": { "scripts": [ "lib\/jquery-3.2.1.min.js", "js\/commons\/PageInteractor.js", "js\/commons\/signIn.js" ], "persistent": false }, "oauth2": { "client_id": "936213325839-s4vvpfkl0h22h977i96jh9huo3q7htp6.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/gmail.readonly" ] }, "web_accessible_resources": [ "images\/InternetSlowdown_Day" ], "content_security_policy": "default-src 'self' https:\/\/apis.google.com\/* https:\/\/content.googleapis.com\/* https:\/\/accounts.google.com\/*; frame-src 'self' https:\/\/content.googleapis.com\/ https:\/\/accounts.google.com\/; object-src 'self'; script-src 'self' 'sha256-unHNIoCbl3knWs33IQbw1eTY7iTvnLAb1mfZRQAslWY=' https:\/\/apis.google.com\/ https:\/\/maxcdn.bootstrapcdn.com https:\/\/cdnjs.cloudflare.com https:\/\/*.google.com; style-src 'self' 'unsafe-inline' https:\/\/fonts.googleapis.com https:\/\/maxcdn.bootstrapcdn.com; connect-src 'self' http:\/\/* https:\/\/*; font-src 'self' https:\/\/fonts.googleapis.com https:\/\/fonts.gstatic.com; img-src 'self' data:", "manifest_version": 2 } |