Ocean Rescuers a search engine to save oceans
Sets your search engine to Ocean Rescuers and customizes your new tab page, so you can save the oceans with each search.
Ocean Rescuers a search engine to save oceansとは何ですか?
Ocean Rescuers a search engine to save oceansはhttp://oceanrescuers.orgによって開発されたChromeの拡張機能で、その主な機能は「Sets your search engine to Ocean Rescuers and customizes your new tab page, so you can save the oceans with each search.」です。
拡張機能のスクリーンショット
Ocean Rescuers a search engine to save oceans拡張機能のCRXファイルをダウンロード
Ocean Rescuers a search engine to save oceans拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Ocean Rescuers is a search engine, with a different philosophy as we use our ad revenue to clean up the beaches and oceans around the world. Add this to chrome today and join the Ocean Rescuers community to save our oceans for future generations. Just use our search engine and you can make a difference. Please read carefully: by clicking Add To Chrome I agree to change my new tab to that provided by the service and to the privacy policy and terms of service below. https://oceanrescuers.org/privacy.html https://oceanrescuers.org/terms.html
拡張機能の基本情報
名前 | |
ID | cdjkoaioeapjmjnjfpjpmiakkfklkacb |
公式URL | https://chrome.google.com/webstore/detail/ocean-rescuers-a-search-e/cdjkoaioeapjmjnjfpjpmiakkfklkacb |
説明 | Sets your search engine to Ocean Rescuers and customizes your new tab page, so you can save the oceans with each search. |
ファイルサイズ | 278 KB |
インストール数 | 97 |
現在のバージョン | 0.0.4 |
最終更新日 | 2022-02-11 |
公開日 | 2021-06-08 |
評価 | 2.33/5 合計 3 レビュー |
開発者 | http://oceanrescuers.org |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://oceanrescuers.org |
プライバシーポリシーページのURL | https://oceanrescuers.org/privacy.html |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ocean Rescuers a search engine to save oceans", "description": "Sets your search engine to Ocean Rescuers and customizes your new tab page, so you can save the oceans with each search.", "browser_action": { "default_icon": { "16": "icon-16.png", "32": "icon-32.png" } }, "permissions": [ "storage", "unlimitedStorage", "https:\/\/api.bing.com\/*", "*:\/\/oceanrescuers.org\/*", "webNavigation" ], "content_scripts": [ { "matches": [ "*:\/\/oceanrescuers.org\/" ], "js": [ "content.bundle.js" ] } ], "background": { "scripts": [ "background.bundle.js" ] }, "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com; connect-src https:\/\/www.google-analytics.com www.google-analytics.com https:\/\/stats.g.doubleclick.net https:\/\/api.bing.com\/ https:\/\/oceanrescuers.org; object-src 'self'", "version": "0.0.4" } |