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