Nearby
A beautifully minimalist render of the world outside, from the inside of every new tab.
Nearbyとは何ですか?
Nearbyはlukejacksonnによって開発されたChromeの拡張機能で、その主な機能は「A beautifully minimalist render of the world outside, from the inside of every new tab.」です。
拡張機能のスクリーンショット
Nearby拡張機能のCRXファイルをダウンロード
Nearby拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Be inspired by a regular glimpse of the outside world around you. The extension will fill your new tab pane with a subtly themed map of your surroundings based on your current location. Take a moment to appreciate the unique geography of your neighbourhood and see it evolve as you travel from place to place.
拡張機能の基本情報
名前 | Nearby |
ID | lijbcojopabonmlehhajelhdaoklbogi |
公式URL | https://chromewebstore.google.com/detail/nearby/lijbcojopabonmlehhajelhdaoklbogi |
説明 | A beautifully minimalist render of the world outside, from the inside of every new tab. |
ファイルサイズ | 12.79 KB |
インストール数 | 87 |
現在のバージョン | 1.0.0 |
最終更新日 | 2018-11-06 |
公開日 | 2018-11-05 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | lukejacksonn |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Nearby", "description": "A beautifully minimalist render of the world outside, from the inside of every new tab.", "version": "1.0.0", "icons": { "128": "logo.png" }, "permissions": [ "https:\/\/maps.googleapis.com\/*" ], "chrome_url_overrides": { "newtab": "index.html" }, "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.googleapis.com; object-src 'self'" } |