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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/*" ] } |