Globe Earth New Tab
Every time you open a new tab you will see time & date and a beautiful image from Globe Earth.
Globe Earth New Tabとは何ですか?
Globe Earth New Tabはearthpicturesgによって開発されたChromeの拡張機能で、その主な機能は「Every time you open a new tab you will see time & date and a beautiful image from Globe Earth.」です。
拡張機能のスクリーンショット
Globe Earth New Tab拡張機能のCRXファイルをダウンロード
Globe Earth New Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Globe Earth shows Random pictures from around the world. By clicking "Add to Chrome", you accept and agree to installing Globe Earth New Tab extension and setting Chrome™ new tab to that provided by the service and the Terms of Use and Privacy Policy. The extension will update your search settings and will change your search engine to be powered by Bing. Privacy Policy: https://globe-earth.com/privacy.html Terms of Use: https://globe-earth.com/eula.html Contact us: https://globe-earth.com/contact.html About us: https://globe-earth.com/about.html
拡張機能の基本情報
名前 | Globe Earth New Tab |
ID | kkiiilhemfcafbffkiigpgmanipffjkg |
公式URL | https://chromewebstore.google.com/detail/globe-earth-new-tab/kkiiilhemfcafbffkiigpgmanipffjkg |
説明 | Every time you open a new tab you will see time & date and a beautiful image from Globe Earth. |
ファイルサイズ | 105 KB |
インストール数 | 6,171 |
現在のバージョン | 1.0.1 |
最終更新日 | 2022-12-07 |
公開日 | 2022-10-08 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | earthpicturesg |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Globe Earth New Tab", "description": "Every time you open a new tab you will see time & date and a beautiful image from Globe Earth.", "version": "1.0.1", "manifest_version": 3, "icons": { "16": "\/index.png", "32": "\/index.png", "48": "\/index.png", "128": "\/index.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "storage", "unlimitedStorage" ], "host_permissions": [ "https:\/\/www.gstatic.com\/*" ], "background": { "service_worker": "service_worker.js" } } |