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
官方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
}