Smart New Tab

A smarter new tab page for everyone

Smart New Tabとは何ですか?

Smart New Tabはhttps://bewisse.comによって開発されたChromeの拡張機能で、その主な機能は「A smarter new tab page for everyone」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Smart New Tab拡張機能のCRXファイルをダウンロード

Smart New Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Smart New Tab gives you quick access to what you need in your New Tab screen.

** Features **
- Top visited sites
- Search with clipboard text
- Recent searches on Google
- Recently closed tabs across all devices
- Recent browse history
- Apps
- Weather
- Automatically update background picture
- Add more shortcut

** Version 1.1.2 **
- Improve the initial experience

** Version 1.1.1 **
- Hide empty app bar and make list collapsible

** Version 1.1.0 **
- Make most permissions optional. User can selectively decide which permission to grant in the extension.

Official website:
https://bewisse.com/newtab/

Source code:
https://github.com/bewisse/newtab                    

拡張機能の基本情報

名前 Smart New Tab Smart New Tab
ID ppbaflbhifnaoimjkaogodphnbhdgmfi
公式URL https://chrome.google.com/webstore/detail/smart-new-tab/ppbaflbhifnaoimjkaogodphnbhdgmfi
説明 A smarter new tab page for everyone
ファイルサイズ 508 KB
インストール数 128
現在のバージョン 1.1.3
最終更新日 2021-06-29
公開日 2020-04-26
評価 5.00/5 合計 1 レビュー
開発者 https://bewisse.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://bewisse.com/newtab/
ヘルプページのURL https://bewisse.com/newtab/
プライバシーポリシーページのURL https://modheader.com/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Smart New Tab",
    "version": "1.1.3",
    "description": "A smarter new tab page for everyone",
    "author": "[email protected]",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/16.png",
        "24": "icons\/24.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/16.png",
            "24": "icons\/24.png",
            "48": "icons\/48.png",
            "64": "icons\/64.png",
            "128": "icons\/128.png"
        },
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "chrome:\/\/favicon\/",
        "https:\/\/www.google.com\/*",
        "storage"
    ],
    "optional_permissions": [
        "tabs",
        "clipboardRead",
        "topSites",
        "history",
        "management",
        "sessions"
    ],
    "chrome_url_overrides": {
        "newtab": "pages\/newtab.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}