Instants
提供您最關心的即時生活資訊。
什麼是Instants?
Instants是由Instants開發團隊開發的Chrome擴展程式,該擴展的主要功能是“提供您最關心的即時生活資訊。”。
擴展截圖
下載Instants擴展crx文件
下載Instants擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
在現在如此資訊繁雜的時代,我們相信獲取資訊可以是一件很舒適而方便的一件事, 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]
擴展基本資訊
名稱 | |
ID | fghfkeajhcmoohfcfmdkajambdcanmob |
官方網址 | https://chrome.google.com/webstore/detail/instants/fghfkeajhcmoohfcfmdkajambdcanmob |
簡介 | 提供您最關心的即時生活資訊。 |
檔案大小 | 2.85 MB |
安裝次數 | 7,000 |
目前版本 | 4.0.3 |
更新時間 | 2017-05-20 |
上架時間 | 2017-05-20 |
評分 | 4.81/5 共 166 次評分 |
開發者 | Instants開發團隊 |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://www.instants.xyz |
說明頁面URL | https://docs.google.com/forms/d/1A-EwsIgQFeTq2shk2Im8ADcPj9i0j6v_-7Mcz_L8aOo/viewform |
隱私政策頁面URL | http://www.instants.xyz/privacy |
支援的語言 | 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'" } |