Gooding Toolbar

Gooding Toolbar

Gooding Toolbarとは何ですか?

Gooding Toolbarはhttps://www.gooding.deによって開発されたChromeの拡張機能で、その主な機能は「Gooding Toolbar」です。

拡張機能のスクリーンショット

screenshot

Gooding Toolbar拡張機能のCRXファイルをダウンロード

Gooding Toolbar拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Gooding unterstützt gemeinnützige Organisationen in Deutschland: Mehr als 12.000 Projekte & Vereine erhalten finanzielle Unterstützung durch eure Online-Einkäufe. Das funktioniert ganz einfach und ohne Mehrkosten für dich: Verein auswählen und in einem von bereits mehr als 1.800 Online Shops einkaufen. Du bezahlst dabei keinen Cent mehr und ein Teil des Einkaufspreises unterstützt automatisch gemeinnützige Zwecke in Deutschland. Mit unserer Toolbar machen wir es dir dabei sogar noch einfacher: Toolbar installieren und wie gewohnt einkaufen, die Toolbar erinnert automatisch ans Unterstützen. Macht mit - euer Beitrag zählt.                    

拡張機能の基本情報

名前 Gooding Toolbar Gooding Toolbar
ID jhibelddaofbklhnjcpcmgpnnccanfad
公式URL https://chromewebstore.google.com/detail/gooding-toolbar/jhibelddaofbklhnjcpcmgpnnccanfad
説明 Gooding Toolbar
ファイルサイズ 316 KB
インストール数 4,000
現在のバージョン 2.1.0
最終更新日 2021-02-26
公開日 2020-02-07
評価 3.88/5 合計 8 レビュー
開発者 https://www.gooding.de
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.gooding.de/toolbar
ヘルプページのURL https://www.gooding.de/faq
プライバシーポリシーページのURL https://www.gooding.de/agb-und-datenschutz
対応言語 de
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "includes\/content.js"
            ]
        }
    ],
    "name": "Gooding Toolbar",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/button.png"
    },
    "web_accessible_resources": [
        "css\/iframe.css",
        "css\/toolbar.css",
        "tpl\/iframe.html",
        "tpl\/settings.html",
        "tpl\/url-merken-msg.html",
        "tpl\/toolbar-default.html",
        "tpl\/toolbar-error.html",
        "tpl\/toolbar-nopartner.html",
        "tpl\/toolbar-noproject.html",
        "tpl\/toolbar-partner.html",
        "tpl\/toolbar-amazon-active.html",
        "tpl\/toolbar-amazon-productsearch.html",
        "tpl\/toolbar-zalando-active.html",
        "tpl\/toolbar-zalando-productsearch.html",
        "tpl\/toolbar-partner-active.html",
        "img\/collapse.png",
        "img\/zahnrad.png",
        "img\/aktiv.png",
        "img\/ausblenden.png",
        "img\/ausblenden-hover.png",
        "img\/button.png",
        "img\/button_hover.png",
        "img\/icon_browser_action.png",
        "img\/icon_house.png",
        "img\/logo.png",
        "img\/logo-gooding-toolbar.png",
        "img\/organization-logo.png",
        "img\/productsearch.png",
        "img\/productsearch-hover.png",
        "img\/mode.png",
        "img\/mode-hover.png",
        "img\/productsearchandcompare.png",
        "img\/productsearchandcompare-hover.png",
        "js\/vendor\/jquery.js",
        "js\/vendor\/jquery.tmpl.js",
        "js\/classes\/gooding_toolbar.js"
    ],
    "description": "Gooding Toolbar",
    "background": {
        "page": "background.html"
    },
    "homepage_url": "http:\/\/www.gooding.de\/",
    "version": "2.1.0",
    "options_page": "options.html",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_icon": "icons\/button.png",
        "default_title": "Gooding Toolbar"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "webNavigation"
    ]
}