Diversity Plug Extension

Display diversity and gender statistics as you cruise around the Internet

Diversity Plug Extensionとは何ですか?

Diversity Plug Extensionはpluginによって開発されたChromeの拡張機能で、その主な機能は「Display diversity and gender statistics as you cruise around the Internet」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Download the FREE diversity plugin to view diversity and gender statistics as you cruise around the Internet. If the data isn't available, tweet companies to join the share to care initiative to publicly disclose their diversity data.

Ready to exercise your power as a consumer and make real tangible change happen? Invite your favorite company to share to care by releasing the diversity data of their executive team.
 
Transparency when it comes to diversity data, will enable a genuine dialogue and foster advancement of equity in leadership roles.

You have a voice, you have power, USE IT!                    

拡張機能の基本情報

名前 Diversity Plug Extension Diversity Plug Extension
ID lbmbbclebgdacemmlgfocmdmiecdjkce
公式URL https://chromewebstore.google.com/detail/diversity-plug-extension/lbmbbclebgdacemmlgfocmdmiecdjkce
説明 Display diversity and gender statistics as you cruise around the Internet
ファイルサイズ 258 KB
インストール数 104
現在のバージョン 1.4.0
最終更新日 2020-11-30
公開日 2020-09-07
評価 5.00/5 合計 7 レビュー
開発者 plugin
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.diversityplug.com/
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.4.0",
    "manifest_version": 2,
    "name": "Diversity Plug Extension",
    "homepage_url": "https:\/\/diversityplug.com",
    "description": "Display diversity and gender statistics as you cruise around the Internet",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/js\/browser-polyfill.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "lib\/js\/browser-polyfill.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/favicon-gray-32x32.png"
    },
    "permissions": [
        "https:\/\/spreadsheets.google.com\/",
        "storage",
        "unlimitedStorage",
        "webNavigation",
        "tabs",
        "alarms"
    ],
    "icons": {
        "128": "img\/icon-128.png"
    }
}