Cole

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

Coleคืออะไร?

Cole เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://cole-extension.com/ และคุณลักษณะหลักของมันคือ "Discover objects from the Victoria and Albert museum’s collection every time you open a new tab"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cole

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Cole Cole
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\/*"
    ]
}