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 là gì?

David Rumsey Map Collection - MapTab là một tiện ích mở rộng Chrome được phát triển bởi Jack Reed, và tính năng chính của nó là "A tab extension for viewing the current date and time with a random map from the David Rumsey Map Collection".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng David Rumsey Map Collection - MapTab

Tải xuống các tệp mở rộng David Rumsey Map Collection - MapTab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên David Rumsey Map Collection - MapTab David Rumsey Map Collection - MapTab
ID fnheacjohhlddiffbmafmpoblbkfgmde
URL Chính Thức https://chromewebstore.google.com/detail/david-rumsey-map-collecti/fnheacjohhlddiffbmafmpoblbkfgmde
Mô tả A tab extension for viewing the current date and time with a random map from the David Rumsey Map Collection
Kích Thước Tệp 1.5 MB
Số Lần Cài Đặt 287
Phiên Bản Hiện Tại 0.4.1
Cập Nhật Lần Cuối 2017-02-08
Ngày Phát Hành 2017-02-08
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Jack Reed
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/mejackreed/DavidRumseyMapTab/issues
URL Trang Chính Sách Bảo Mật https://github.com/mejackreed/DavidRumseyMapTab/blob/master/PRIVACY_POLICY.md
Ngôn Ngữ Được Hỗ Trợ 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
}