Moodboard
Customizes new tab with Webpage Thumbnails
Qu'est-ce que Moodboard ?
Moodboard est une extension Chrome développée par https://vizard.co, et sa fonction principale est "Customizes new tab with Webpage Thumbnails".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Moodboard
Téléchargez les fichiers d'extension Moodboard au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Create your favorite websites/designs as a moodboard for inspiration.
Informations de Base sur l'Extension
Nom | |
ID | djmbmdhgkbkcjoocbkleedhdhippikab |
URL Officiel | https://chromewebstore.google.com/detail/moodboard/djmbmdhgkbkcjoocbkleedhdhippikab |
Description | Customizes new tab with Webpage Thumbnails |
Taille du Fichier | 385 KB |
Nombre d'Installations | 674 |
Version Actuelle | 0.3 |
Dernière Mise à Jour | 2019-03-26 |
Date de Publication | 2019-03-25 |
Développeur | https://vizard.co |
Type de Paiement | free |
Site Web de l'Extension | https://vizard.co |
Langues Prises en Charge | 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 } |