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
官方網址 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
電子郵箱 [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"
    ]
}