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
Eメール [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'"
}