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是由Jack Reed開發的Chrome擴展程式,該擴展的主要功能是“A tab extension for viewing the current date and time with a random map from the David Rumsey Map Collection”。

擴展截圖

screenshot
screenshot

下載David Rumsey Map Collection - MapTab擴展crx文件

下載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 David Rumsey Map Collection - MapTab
ID fnheacjohhlddiffbmafmpoblbkfgmde
官方網址 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
}