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
}