RandomMap
Replace new tab with a randomly chosen DigitalGlobe satellite image
RandomMapとは何ですか?
RandomMapはorn688.devによって開発されたChromeの拡張機能で、その主な機能は「Replace new tab with a randomly chosen DigitalGlobe satellite image」です。
拡張機能のスクリーンショット
RandomMap拡張機能のCRXファイルをダウンロード
RandomMap拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
RandomMap replaces your new tab view with a random satellite image from MapBox. 拡張機能の基本情報
| 名前 | |
| ID | mcfelmkmgbibpgkklglafpenihjockij |
| 公式URL | https://chromewebstore.google.com/detail/randommap/mcfelmkmgbibpgkklglafpenihjockij |
| 説明 | Replace new tab with a randomly chosen DigitalGlobe satellite image |
| ファイルサイズ | 64.49 KB |
| インストール数 | 41 |
| 現在のバージョン | 0.2.1 |
| 最終更新日 | 2017-10-09 |
| 公開日 | 2017-10-09 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | orn688.dev |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.onewman.com/ |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "RandomMap",
"short_name": "RandomMap",
"description": "Replace new tab with a randomly chosen DigitalGlobe satellite image",
"version": "0.2.1",
"homepage_url": "https:\/\/github.com\/oliver-newman\/random-map",
"options_page": "options.html",
"permissions": [
"https:\/\/randommap.herokuapp.com\/*"
],
"icons": {
"16": "assets\/images\/icon16.png",
"48": "assets\/images\/icon48.png",
"128": "assets\/images\/icon128.png"
},
"chrome_url_overrides": {
"newtab": "randommap.html"
},
"browser_action": {
"default_title": "RandomMap",
"default_icon": "assets\/images\/icon128.png"
}
} | |