Instants

提供您最關心的即時生活資訊。

What is Instants?

Instants is a Chrome extension developed by Instants開發團隊, and its main feature is "提供您最關心的即時生活資訊。".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Instants Extension CRX File

Download Instants extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        在現在如此資訊繁雜的時代,我們相信獲取資訊可以是一件很舒適而方便的一件事,
Instants  透過賞心悅目、一目了然的方式,將讓你無須到處查詢,看到你最關心的事情。

這是Chrome瀏覽器的擴充套件,由「用數據看台灣」團隊開發的新服務,當你開始一個新的分頁時,即出現你週邊關心的生活訊息。 (另有 Instants for Firefox https://goo.gl/XwyUVJ )

加上會每日變化的漂亮風景底圖,並且沒有惱人的跳出式廣告。

主要功能包括:

1. 提供您附近的生活氣象及預報資訊。
2. 即時電影與在地藝文資訊。
3. 即時新聞資訊。
4. 與 Instants 在地社群交流功能。 
5. 每天自動更換不同的美麗的風景,並可以個人化背景圖片。

另外提供:

1. 預設搜尋頁面
2. 色彩繽的的書籤頁面
3. 自訂地點查詢功能

目前仍然在持續開發提供更多的功能,會一直維護與更新,
歡迎直接點擊安裝,如有任何問題也歡迎直接聯絡我們!

我們提倡開放資料的精神,也很希望可以為大家帶來更好的生活體驗,為了傳達更好的資訊,團隊致力於提供開放資料的視覺化。

我們重視您的隱私權,然而為了達到好的服務與體驗,會需要讀取的一部分資料權限,
但我們承諾不會濫用非應用程式所需的的各種資料,也承諾不會回傳任何敏感性資料。
一切的資料應用皆遵循隱私權政策所述。

快速預覽: http://demo.instants.xyz/
關於我們:http://taiwanstat-about-us.cannerapp.com/
Facebook粉絲專頁: https://www.facebook.com/instantsxyz/?fref=ts
聯絡我們:[email protected]                    

Extension Basic Information

Name Instants Instants
ID fghfkeajhcmoohfcfmdkajambdcanmob
Official URL https://chrome.google.com/webstore/detail/instants/fghfkeajhcmoohfcfmdkajambdcanmob
Description 提供您最關心的即時生活資訊。
File Size 2.85 MB
Installation Count 7,000
Current Version 4.0.3
Last Updated 2017-05-20
Publish Date 2017-05-20
Rating 4.81/5 Total 166 Ratings
Developer Instants開發團隊
Email [email protected]
Payment Type free
Extension Website http://www.instants.xyz
Help Page URL https://docs.google.com/forms/d/1A-EwsIgQFeTq2shk2Im8ADcPj9i0j6v_-7Mcz_L8aOo/viewform
Privacy Policy Page URL http://www.instants.xyz/privacy
Supported Languages zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Instants",
    "version": "4.0.3",
    "description": "\u63d0\u4f9b\u60a8\u6700\u95dc\u5fc3\u7684\u5373\u6642\u751f\u6d3b\u8cc7\u8a0a\u3002",
    "icons": {
        "16": ".\/icons\/icon16.png",
        "48": ".\/icons\/icon48.png",
        "128": ".\/icons\/icon128.png"
    },
    "author": "Instants Team",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "options_page": ".\/options\/options.html",
    "permissions": [
        "storage",
        "geolocation",
        "notifications",
        "chrome:\/\/favicon\/",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "topSites",
        "gcm",
        "bookmarks",
        "unlimitedStorage",
        "history",
        "alarms"
    ],
    "background": {
        "page": "background.html"
    },
    "web_accessible_resources": [
        ".\/images\/notifications.png"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com https:\/\/connect.facebook.net https:\/\/docs.google.com https:\/\/www.google.com https:\/\/cse.google.com https:\/\/clients1.google.com https:\/\/cdn.mxpnl.com; object-src 'self'"
}