StartsSearch Newtab

StartsSearch Newtab with weather forecasts, bookmarks, current date and time

什麼是StartsSearch Newtab?

StartsSearch Newtab是由http://startssearch.com開發的Chrome擴展程式,該擴展的主要功能是“StartsSearch Newtab with weather forecasts, bookmarks, current date and time”。

擴展截圖

screenshot

下載StartsSearch Newtab擴展crx文件

下載StartsSearch Newtab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        StartsSearch Newtab is an extension that replaces default browser newtab page with a more functional one.

Newtab page of the extension has additional features: 
- shows current date and time at the left bottom corner
- shows your city weather in the right bottom corner 
- has a button Bookmarks in the right top corner that provides a list of your bookmarks by clicking it
- you can customize settings by clicking icon at the right top button; Settings: time format (12 or 24 hours), display weather, date, logo and bookmarks

Permissions needed:
- Read and change data on startssearch.com - to provide search via our startssearch.com engine
- Replace new tab page - to set our page instead default new tab
- Read browsing history - to make search results more personalized; we are not save this data

Please read carefully: By installing the StartsSearch Newtab extension, you agree to install this application, and you agree to the End User License Agreement and the Privacy Policy and to receiving any future updates and upgrades.

Terms: https://startssearch.com/terms
Privacy: https://startssearch.com/privacy                    

擴展基本資訊

名稱 StartsSearch Newtab StartsSearch Newtab
ID blcijdcpjpnolomdooopmmdedobljgjf
官方網址 https://chrome.google.com/webstore/detail/startssearch-newtab/blcijdcpjpnolomdooopmmdedobljgjf
簡介 StartsSearch Newtab with weather forecasts, bookmarks, current date and time
檔案大小 297 KB
安裝次數 7,040
目前版本 1.62
更新時間 2020-02-25
上架時間 2020-02-25
評分 3.90/5 共 30 次評分
開發者 http://startssearch.com
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://startssearch.com/privacy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "32",
    "version": "1.62",
    "name": "StartsSearch Newtab",
    "description": "StartsSearch Newtab with weather forecasts, bookmarks, current date and time",
    "icons": {
        "128": "icons\/128.png",
        "36": "icons\/36.png",
        "19": "icons\/19.png",
        "16": "icons\/16.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/16.png",
            "19": "icons\/19.png",
            "24": "icons\/24.png",
            "32": "icons\/32.png",
            "36": "icons\/36.png"
        }
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}