David Rumsey Map Collection - MapTab
A tab extension for viewing the current date and time with a random map from the David Rumsey Map Collection
David Rumsey Map Collection - MapTabคืออะไร?
David Rumsey Map Collection - MapTab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jack Reed และคุณลักษณะหลักของมันคือ "A tab extension for viewing the current date and time with a random map from the David Rumsey Map Collection"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย David Rumsey Map Collection - MapTab
ดาวน์โหลดไฟล์ส่วนขยาย David Rumsey Map Collection - MapTab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Get a random map from the David Rumsey Map Collection every time you open a new tab. Explore new this amazing collection of maps by just opening up your browser.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | David Rumsey Map Collection - MapTab |
ID | fnheacjohhlddiffbmafmpoblbkfgmde |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/david-rumsey-map-collecti/fnheacjohhlddiffbmafmpoblbkfgmde |
คำอธิบาย | A tab extension for viewing the current date and time with a random map from the David Rumsey Map Collection |
ขนาดไฟล์ | 1.5 MB |
จำนวนการติดตั้ง | 287 |
เวอร์ชันปัจจุบัน | 0.4.1 |
อัปเดตครั้งล่าสุด | 2017-02-08 |
วันที่เผยแพร่ | 2017-02-08 |
คะแนน | 5.00/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | Jack Reed |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://github.com/mejackreed/DavidRumseyMapTab/issues |
URL หน้านโยบายความเป็นส่วนตัว | https://github.com/mejackreed/DavidRumseyMapTab/blob/master/PRIVACY_POLICY.md |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "David Rumsey Map Collection - MapTab", "description": "A tab extension for viewing the current date and time with a random map from the David Rumsey Map Collection", "short_name": "DRMC - MapTab", "version": "0.4.1", "incognito": "split", "offline_enabled": true, "chrome_url_overrides": { "newtab": "index.html" }, "content_security_policy": "script-src 'self' http:\/\/*.stanford.edu\/*; object-src 'self'", "icons": { "16": "assets\/images\/icon16.png", "48": "assets\/images\/icon48.png", "128": "assets\/images\/icon128.png" }, "manifest_version": 2 } |