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 |
公式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/ |
Eメール | [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\/*" ] } |