Cole
Discover objects from the Victoria and Albert museum’s collection every time you open a new tab
Cole क्या है?
Cole http://cole-extension.com/ द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Discover objects from the Victoria and Albert museum’s collection every time you open a new tab"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Cole एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | oaalhdkppdbffcjmlmdlmhdlfbingkga |
आधिकारिक URL | https://chrome.google.com/webstore/detail/cole/oaalhdkppdbffcjmlmdlmhdlfbingkga |
विवरण | Discover objects from the Victoria and Albert museum’s collection every time you open a new tab |
फ़ाइल का आकार | 724 KB |
स्थापना संख्या | 85 |
वर्तमान संस्करण | 0.9.2 |
अंतिम अपडेट | 2020-07-22 |
प्रकाशन तिथि | 2020-01-08 |
रेटिंग | 5.00/5 कुल 5 रेटिंग्स |
डेवलपर | http://cole-extension.com/ |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://cole-extension.com |
सहायता पृष्ठ URL | http://cole-extension.com |
समर्थित भाषाएँ | 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\/*" ] } |