gooタブ
新しいタブを追加するたびにgooが表示されます
Wat is gooタブ?
gooタブ is een Chrome-extensie ontwikkeld door NTT DOCOMO, en de belangrijkste functie is "新しいタブを追加するたびにgooが表示されます".
Extensie Screenshots
Download het CRX-bestand van de extensie gooタブ
Download gooタブ-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
gooタブを利用するとChromeタブを追加するたびにニュースや芸能情報などのバズっている話題をチェックできます 特徴: - 最新ニュースやトピック、急上昇しているワードを手軽に入手 - 天気や地震速報、災害情報、占いなども提供中 - パソコンや生活家電をd払いで購入&最新情報もチェック! - 教えて!gooやgoo辞書などgooの多彩なサービスで知識欲を満たせます
Basisinformatie over de Extensie
Naam | gooタブ |
ID | bhmedjmpdebnclaknmpljdooaahpfcgh |
Officiële URL | https://chromewebstore.google.com/detail/goo%E3%82%BF%E3%83%96/bhmedjmpdebnclaknmpljdooaahpfcgh |
Beschrijving | 新しいタブを追加するたびにgooが表示されます |
Bestandsgrootte | 85.73 KB |
Aantal Installaties | 20,000 |
Huidige Versie | 2.0.1 |
Laatst Bijgewerkt | 2023-07-05 |
Publicatiedatum | 2018-12-17 |
Beoordeling | 4.60/5 Totaal 5 Beoordelingen |
Ontwikkelaar | NTT DOCOMO |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.goo.ne.jp |
URL van de Privacybeleid Pagina | https://www.docomo.ne.jp/utility/privacy |
Ondersteunde Talen | 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'" } } |