Cole

Discover objects from the Victoria and Albert museum’s collection every time you open a new tab

Qu'est-ce que Cole ?

Cole est une extension Chrome développée par http://cole-extension.com/, et sa fonction principale est "Discover objects from the Victoria and Albert museum’s collection every time you open a new tab".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Cole

Téléchargez les fichiers d'extension Cole 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

                        With over 4.5 million objects in its permanent collection, the V&A is the world’s largest museum of decorative arts and design. But with such a huge archive to explore, how do you discover the unknown? 

Cole connects to the V&A Museum’s database, and displays an object at random from the collection each time you open a new tab.

In the latest version, you can customise your search terms, view a recent history of the items that have come back, and lots more.

Made with support and kind permission from the Victoria and Albert Museum.                    

Informations de Base sur l'Extension

Nom Cole Cole
ID oaalhdkppdbffcjmlmdlmhdlfbingkga
URL Officiel https://chrome.google.com/webstore/detail/cole/oaalhdkppdbffcjmlmdlmhdlfbingkga
Description Discover objects from the Victoria and Albert museum’s collection every time you open a new tab
Taille du Fichier 724 KB
Nombre d'Installations 85
Version Actuelle 0.9.2
Dernière Mise à Jour 2020-07-22
Date de Publication 2020-01-08
Évaluation 5.00/5 Total 5 Évaluations
Développeur http://cole-extension.com/
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://cole-extension.com
URL de la Page d'Aide http://cole-extension.com
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cole",
    "version": "0.9.2",
    "manifest_version": 2,
    "description": "Discover objects from the Victoria and Albert museum\u2019s collection every time you open a new tab",
    "homepage_url": "http:\/\/cole-extension.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "offline_enabled": false,
    "options_ui": {
        "page": "src\/options\/index.html",
        "chrome_style": true
    },
    "chrome_url_overrides": {
        "newtab": "src\/override\/override.html"
    },
    "permissions": [
        "storage",
        "http:\/\/www.vam.ac.uk\/*"
    ]
}