SeedMapper

SeedMapper is a Chrome browser plugin that, each time you open a new tab, will pick a random entry from the Seed Vault’s database…

SeedMapperคืออะไร?

SeedMapper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย superdupert และคุณลักษณะหลักของมันคือ "SeedMapper is a Chrome browser plugin that, each time you open a new tab, will pick a random entry from the Seed Vault’s database…"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย SeedMapper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        SeedMapper is a Chrome browser plugin that, each time you open a new tab, will pick a random entry from the Seed Vault’s database and generate satellite imagery from the location from which it was harvested.

The Svalbard Global Seed Vault stores seed samples from all over the world. When seeds are harvested they are typically brought to a local genebank and some are further shipped to Svalbard for extra safekeeping. 

This experiment tries to connect the samples stored in the Svalbard Global Seed Vault with 
their place of origin, and to show the relationship between Svalbard and the wider world. 

Using data from Genesys, a gateway from which germplasm accessions from genebanks around the world can be easily found and ordered, we were able to access geolocation data about samples stored in the Svalbard Seed Vault. Every time you open a new tab, SeedMapper will select a random accession from the database. We then used the geolocation data with Google Maps in order to produce satellite imagery of the location from which the sample was harvested. We also calculate the distance from the location to Svalbard, and highlight when the sample was harvested.

SeedMapper enables us to travel to strange, distant and often forgotten corners of the world, emphasising their beauty and frailness. SeedMapper, furthermore, draws attention to how food safety and upholding a healthy biodiversity is both a global and local collaborative effort that needs to happen over decades and centuries.                    

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

ชื่อ SeedMapper SeedMapper
ID mpjgolmphncmllbijihfhkmpnmjpnhii
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/seedmapper/mpjgolmphncmllbijihfhkmpnmjpnhii
คำอธิบาย SeedMapper is a Chrome browser plugin that, each time you open a new tab, will pick a random entry from the Seed Vault’s database…
ขนาดไฟล์ 4.61 KB
จำนวนการติดตั้ง 15
เวอร์ชันปัจจุบัน 0.4
อัปเดตครั้งล่าสุด 2017-07-12
วันที่เผยแพร่ 2017-07-12
ผู้พัฒนา superdupert
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SeedMapper",
    "description": "",
    "version": "0.4",
    "permissions": [
        "tabs"
    ],
    "chrome_url_overrides": {
        "newtab": "extension.html"
    },
    "browser_action": {
        "default_title": "show tab inspector"
    },
    "content_security_policy": "script-src 'self' https:\/\/maps.googleapis.com 'sha256-l42dPwIAP9oHqBwcfx5oT\/l8cBEX1\/2NkXt6gyEVxYk='; object-src 'self'",
    "manifest_version": 2
}