wherefrom for Chrome

A nifty little tool to help you make more ethical purchasing decisions while shopping online. Sustainable shopping, made easy!

wherefrom for Chromeคืออะไร?

wherefrom for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย wherefrom และคุณลักษณะหลักของมันคือ "A nifty little tool to help you make more ethical purchasing decisions while shopping online. Sustainable shopping, made easy!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย wherefrom for Chrome

ดาวน์โหลดไฟล์ส่วนขยาย wherefrom for Chrome ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        wherefrom for Chrome will seamlessly show sustainability scores for the products you’re browsing on supported retailer websites and suggest more sustainable alternatives to the products you have in your basket. Yay! 

You’ll be rewarded with mountains of wherefrom coins.  The more sustainable you are, the more coins - which can be redeemed for cash, charity donations and tree planting. Cute, right?                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ wherefrom for Chrome wherefrom for Chrome
ID eopacmjkgimhghpjmiggnbjkdlfeejoh
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/wherefrom-for-chrome/eopacmjkgimhghpjmiggnbjkdlfeejoh
คำอธิบาย A nifty little tool to help you make more ethical purchasing decisions while shopping online. Sustainable shopping, made easy!
ขนาดไฟล์ 7.31 MB
จำนวนการติดตั้ง 123
เวอร์ชันปัจจุบัน 0.0.3
อัปเดตครั้งล่าสุด 2021-08-14
วันที่เผยแพร่ 2021-07-12
คะแนน 5.00/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา wherefrom
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://wherefrom.org
URL หน้านโยบายความเป็นส่วนตัว https://wherefrom.org/terms
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.0.3",
    "short_name": "wherefrom for Chrome",
    "name": "wherefrom for Chrome",
    "description": "A nifty little tool to help you make more ethical purchasing decisions while shopping online. Sustainable shopping, made easy!",
    "browser_action": {
        "default_title": "wherefrom for Chrome",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/icons\/icon_inactive_16.png"
        }
    },
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "icons": {
        "16": "img\/icons\/icon_active_16.png",
        "32": "img\/icons\/icon_active_32.png",
        "48": "img\/icons\/icon_active_48.png",
        "128": "img\/icons\/icon_active_128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "cookies",
        "",
        "https:\/\/wherefrom.org\/*",
        "storage",
        "webNavigation",
        "webRequest"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/apis.google.com https:\/\/www.googletagmanager.com https:\/\/ssl.google-analytics.com https:\/\/connect.facebook.net; object-src 'self'",
    "web_accessible_resources": [
        "scraper.js",
        "img\/logos\/logo_wf.png",
        "img\/logos\/tree-sisters-logo.png",
        "img\/curly_arrow.svg",
        "img\/curly_arrow_long.svg",
        "img\/trolley-teal.png",
        "img\/trolley-grey.png",
        "img\/trolley-coloured.svg",
        "img\/trolley-grey.svg",
        "img\/icons\/Black_icon_24.png",
        "img\/badge_tree_planted.png",
        "img\/badge_point_earned.png",
        "img\/badge_earn_cash.png",
        "img\/badge_donate.png",
        "img\/badge_prize_draw.png",
        "img\/icon_tree_planted.png",
        "img\/icon_point_earned.png",
        "img\/arrow_left.svg",
        "img\/arrow_right.svg",
        "img\/red_face.svg",
        "img\/orange_face.svg",
        "img\/yellow_face.svg",
        "img\/yellowgreen_face.svg",
        "img\/green_face.svg",
        "img\/grey_circle.png",
        "img\/grey_face.png",
        "img\/forest_2.png",
        "img\/forest.png",
        "fonts\/WorkSans-VariableFont_wght.ttf",
        "img\/top_rated_sticker.svg"
    ]
}