Givenio

Givenio

Givenioとは何ですか?

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

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        With Givenio you can spend, on average, 3% of every pound you spend online to your favourite cause. Which means you can turn every gift you buy, every holiday and every new pair of boots into funds for your favourite cause. With over 3.000 causes in the world to choose from, you can turn every online shopping trip into a cost-free way to support the cause that is most important to you.                    

拡張機能の基本情報

名前 Givenio Givenio
ID amaegjccccajmhnbcbeagblpdccimoeh
公式URL https://chromewebstore.google.com/detail/givenio/amaegjccccajmhnbcbeagblpdccimoeh
説明 Givenio
ファイルサイズ 44.63 KB
インストール数 1,737
現在のバージョン 2.0.16
最終更新日 2019-10-01
公開日 2019-10-01
評価 3.70/5 合計 10 レビュー
開発者 https://www.givenio.com
Eメール [email protected]
支払い方法 free
対応言語 de,en,sk,cs
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.16",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "default_locale": "en",
    "description": "__MSG_desc__",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "__MSG_name__",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.google.sk\/*",
                "*:\/\/www.google.cz\/*",
                "*:\/\/www.google.com\/*",
                "*:\/\/search.seznam.cz\/*"
            ],
            "js": [
                "search.js"
            ]
        }
    ],
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "img\/user.png",
        "img\/settings.png",
        "img\/close.png",
        "img\/icon-search.png",
        "img\/icon-button.png"
    ]
}