150 Bold Women

150 Bold Women

Was ist 150 Bold Women?

150 Bold Women ist eine Chrome-Erweiterung, die von criticalmass.ca entwickelt wurde, und ihr Hauptmerkmal ist "150 Bold Women".

Erweiterungsscreenshots

screenshot

150 Bold Women-Erweiterungs-CRX-Datei herunterladen

Laden Sie 150 Bold Women-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Install the 150 Bold Women browser extension to meet a new fearless Canadian woman every day, with every new window or tab.

What makes a woman “bold”? With the Famous 5 Foundation’s Extension created for International Women’s Day, you’ll get it. Trust us.
 
For 150 years Canadian women have been killin’ it in science, human rights, healthcare, defence, sport, politics and, oh that’s right: everything else. Regardless their heritage or social standing, bold  women have contributed enormously to our nation’s rich history, and promising future. However. For too long history books have been just that: HIStory. Despite the numbers of influential women and the scale of their achievements, our national story is flooded with the names and faces of great men. Fair? No. Predictable? Maybe. Changeable? Well whaddya think we’re doing here?
 
Okay, but what exactly does the extension do?
You know how every time you open a new internet window or tab, you get a default, boring, totally not inspiring landing page? With this extension, that drab page gets replaced with the entertaining, inspirational story of a fearless Canadian female. And every day, voila, a new inspirational gal to put get you fired up to change the world!

Check out the web version: boldwomen.ca
Learn more about the organization behind the message: famou5.ca                    

Grundlegende Informationen zur Erweiterung

Name 150 Bold Women 150 Bold Women
ID lpmpjojhnjcbjgbnfglhhfemelolacjp
Offizielle URL https://chrome.google.com/webstore/detail/150-bold-women/lpmpjojhnjcbjgbnfglhhfemelolacjp
Beschreibung 150 Bold Women
Dateigröße 45.47 MB
Installationsanzahl 34
Aktuelle Version 1.9
Letztes Update 2017-05-29
Veröffentlichungsdatum 2017-05-29
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler criticalmass.ca
Zahlungsart free
Erweiterungswebsite http://www.boldwomen.ca
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "150 Bold Women",
    "description": "150 Bold Women",
    "version": "1.9",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "activeTab"
    ]
}