Instants

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

Wat is Instants?

Instants is een Chrome-extensie ontwikkeld door Instants開發團隊, en de belangrijkste functie is "提供您最關心的即時生活資訊。".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Instants

Download Instants-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        在現在如此資訊繁雜的時代,我們相信獲取資訊可以是一件很舒適而方便的一件事,
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]                    

Basisinformatie over de Extensie

Naam Instants Instants
ID fghfkeajhcmoohfcfmdkajambdcanmob
Officiële URL https://chrome.google.com/webstore/detail/instants/fghfkeajhcmoohfcfmdkajambdcanmob
Beschrijving 提供您最關心的即時生活資訊。
Bestandsgrootte 2.85 MB
Aantal Installaties 7,000
Huidige Versie 4.0.3
Laatst Bijgewerkt 2017-05-20
Publicatiedatum 2017-05-20
Beoordeling 4.81/5 Totaal 166 Beoordelingen
Ontwikkelaar Instants開發團隊
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.instants.xyz
Help Pagina-URL https://docs.google.com/forms/d/1A-EwsIgQFeTq2shk2Im8ADcPj9i0j6v_-7Mcz_L8aOo/viewform
URL van de Privacybeleid Pagina http://www.instants.xyz/privacy
Ondersteunde Talen 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'"
}