Cole
Discover objects from the Victoria and Albert museum’s collection every time you open a new tab
什麼是Cole?
Cole是由http://cole-extension.com/開發的Chrome擴展程式,該擴展的主要功能是“Discover objects from the Victoria and Albert museum’s collection every time you open a new tab”。
擴展截圖
下載Cole擴展crx文件
下載Cole擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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\/*" ] } |