gooタブ
新しいタブを追加するたびにgooが表示されます
What is gooタブ?
gooタブ is a Chrome extension developed by NTT DOCOMO, and its main feature is "新しいタブを追加するたびにgooが表示されます".
Extension Screenshots
Download gooタブ Extension CRX File
Download gooタブ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
gooタブを利用するとChromeタブを追加するたびにニュースや芸能情報などのバズっている話題をチェックできます 特徴: - 最新ニュースやトピック、急上昇しているワードを手軽に入手 - 天気や地震速報、災害情報、占いなども提供中 - パソコンや生活家電をd払いで購入&最新情報もチェック! - 教えて!gooやgoo辞書などgooの多彩なサービスで知識欲を満たせます
Extension Basic Information
Name | gooタブ |
ID | bhmedjmpdebnclaknmpljdooaahpfcgh |
Official URL | https://chromewebstore.google.com/detail/goo%E3%82%BF%E3%83%96/bhmedjmpdebnclaknmpljdooaahpfcgh |
Description | 新しいタブを追加するたびにgooが表示されます |
File Size | 85.73 KB |
Installation Count | 20,000 |
Current Version | 2.0.1 |
Last Updated | 2023-07-05 |
Publish Date | 2018-12-17 |
Rating | 4.60/5 Total 5 Ratings |
Developer | NTT DOCOMO |
[email protected] | |
Payment Type | free |
Extension Website | https://www.goo.ne.jp |
Privacy Policy Page URL | https://www.docomo.ne.jp/utility/privacy |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "goo\u30bf\u30d6", "version": "2.0.1", "manifest_version": 3, "description": "\u65b0\u3057\u3044\u30bf\u30d6\u3092\u8ffd\u52a0\u3059\u308b\u305f\u3073\u306bgoo\u304c\u8868\u793a\u3055\u308c\u307e\u3059", "icons": { "128": "pic\/goo_128.png" }, "action": { "default_icon": "pic\/goo_128.png" }, "chrome_url_overrides": { "newtab": "html\/gooTab.html" }, "permissions": [ "topSites" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } } |