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.”。
擴展截圖
下載Expat Home擴展crx文件
下載Expat Home擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | iegeolkgfpimppphkhhiiiogjebnncpi |
官方網址 | 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 } |