150 Bold Women

150 Bold Women

150 Bold Women란 무엇입니까?

150 Bold Women은(는) criticalmass.ca에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "150 Bold Women"입니다.

확장 프로그램 스크린샷

screenshot

150 Bold Women 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 150 Bold Women 150 Bold Women
ID lpmpjojhnjcbjgbnfglhhfemelolacjp
공식 URL https://chrome.google.com/webstore/detail/150-bold-women/lpmpjojhnjcbjgbnfglhhfemelolacjp
설명 150 Bold Women
파일 크기 45.47 MB
설치 횟수 34
현재 버전 1.9
최근 업데이트 2017-05-29
출시 날짜 2017-05-29
평점 5.00/5 총 3 개의 평점
개발자 criticalmass.ca
결제 유형 free
확장 프로그램 웹 사이트 http://www.boldwomen.ca
지원되는 언어 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"
    ]
}