Expat Home

A home for Expat Society members - inside Google Chrome.

Expat Home란 무엇입니까?

Expat Home은(는) development에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A home for Expat Society members - inside Google Chrome."입니다.

확장 프로그램 스크린샷

screenshot

Expat Home 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Hey, Expats. We know you’re constantly on the go. Whether you’re rushing to the airport or running (fashionably) late for the latest Expat party, you need tech that keeps up with your life.

That’s why we’re introducing EXPAT HOME. This Google Chrome extension for new tabs features quick links, allowing you to access your favorites sites and platforms in just one click. You can add and remove websites from the dozens of links in the settings menu. The snippet in the upper left corner displays breaking news from your preferred media outlets, from TechCrunch for our hackers to Wall Street Journal for our entrepreneurs. In the upper right corner, we’ve also added a custom weather feature so you can plan out a productive day or at least dress for success. Switch to celsius or fahrenheit and even change your preferred zip code to wherever you jet off to.

Watch for more features to come! We can’t wait for you to enjoy your new Home.

Visit theexpatsociety.com for more information on Expat Society.                    

확장 프로그램 기본 정보

이름 Expat Home Expat Home
ID iegeolkgfpimppphkhhiiiogjebnncpi
공식 URL https://chrome.google.com/webstore/detail/expat-home/iegeolkgfpimppphkhhiiiogjebnncpi
설명 A home for Expat Society members - inside Google Chrome.
파일 크기 6.75 MB
설치 횟수 42
현재 버전 1.0.2
최근 업데이트 2018-04-02
출시 날짜 2018-04-02
평점 5.00/5 총 4 개의 평점
개발자 development
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Expat Home",
    "description": "A home for Expat Society members - inside Google Chrome.",
    "version": "1.0.2",
    "background": {
        "page": "html\/background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.google.com\/*"
            ],
            "js": [
                "js\/jquery-3.1.1.min.js",
                "js\/google.com.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.theexpatsociety.com\/*"
            ],
            "js": [
                "js\/jquery-3.1.1.min.js",
                "js\/theexpatsociety.com.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "chrome_url_overrides": {
        "newtab": "html\/newtab.html"
    },
    "permissions": [
        "tabs",
        "https:\/\/www.google.com\/*",
        "*:\/\/*.theexpatsociety.com\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "browser_action": {
        "default_title": "",
        "default_icon": "images\/logo128.png"
    },
    "icons": {
        "128": "images\/logo128.png",
        "48": "images\/logo48.png"
    },
    "web_accessible_resources": [
        "images\/suersix.png"
    ],
    "manifest_version": 2
}