Intentionalist Chrome Extension

Intentionalist Chrome Extension - Support small businesses and the diverse people behind them.

什么是Intentionalist Chrome Extension?

Intentionalist Chrome Extension是由Intentionalist开发的Chrome扩展程序,该扩展的主要功能是“Intentionalist Chrome Extension - Support small businesses and the diverse people behind them.”。

扩展截图

screenshot
screenshot
screenshot

下载Intentionalist Chrome Extension扩展crx文件

下载Intentionalist Chrome Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Get recommendations for diverse local businesses when you search online!

We’ll surface great alternatives when you search using your favorite search engine or review site. 

Local businesses bring cultural diversity, contribute philanthropically, and they simply make our communities better.

Our extension makes it easy to support diverse local businesses by suggesting restaurants, coffee shops, bars, gyms, shops, and more owned by women, people of color, veterans, members of the LGBTQ community and differently abled people without having to change your search habits.

Explore and support 2500+ diverse local businesses through everyday decisions about where you eat, drink and shop.

Spend like it matters.                    

扩展基本信息

名称 Intentionalist Chrome Extension Intentionalist Chrome Extension
ID faminljemkledmlfacfbnjiimpgfdhan
官方URL https://chromewebstore.google.com/detail/intentionalist-chrome-ext/faminljemkledmlfacfbnjiimpgfdhan
简介 Intentionalist Chrome Extension - Support small businesses and the diverse people behind them.
文件大小 58.43 KB
安装次数 41
当前版本 1.2.1
更新时间 2021-01-23
上架时间 2021-01-22
评分 5.00/5 共1次评分
开发者 Intentionalist
电子邮箱 [email protected]
付费类型 free
扩展官网 https://intentionalist.com
隐私政策页面URL https://intentionalist.com/privacy-policy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Intentionalist Chrome Extension",
    "version": "1.2.1",
    "description": "Intentionalist Chrome Extension - Support small businesses and the diverse people behind them.",
    "permissions": [
        "storage",
        "https:\/\/intentionalist.com\/*",
        "geolocation",
        "tabs",
        "https:\/\/www.google.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.google.com\/*"
            ],
            "js": [
                "pre_setup\/pre_setup.js",
                "passive_main\/passive_main.js",
                "active_main\/active_main.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": ".\/imgs\/Int_mark.png",
            "48": ".\/imgs\/Int_mark.png",
            "128": ".\/imgs\/Int_mark.png"
        },
        "default_popup": "pre_setup\/pre_setup.html"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}