SimpTab - Minimalistic New Tab

Minimalistic's chrome new tab page extension, hope every time open, you have a good mood.

Wat is SimpTab - Minimalistic New Tab?

SimpTab - Minimalistic New Tab is een Chrome-extensie ontwikkeld door Kenshin Wang, en de belangrijkste functie is "Minimalistic's chrome new tab page extension, hope every time open, you have a good mood.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie SimpTab - Minimalistic New Tab

Download SimpTab - Minimalistic New Tab-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

                        SimpTab - Minimalist Chrome new tab extension, hope to have good mood every time you open it. Removed redundant function, focused tab rendering.

Feature

◼ Multiple Mode
    Daily · Random · No-change · Earth every moment background

◼ Multiple Wallpaper sources
    including: bing.com, wallhaven.cc, unsplash.com, flickr.com, googleartproject.com, desktoppr.co, visualhunt.com, simptab collections.  

◼ Multiple background position,
    include: Align to the center · Align to the top-left corner · Photo frame

◼ Bookmarks
    include: Quickbar

◼ Wallpaper manage
    include: Subscribe · Favorite · Explore background mange

◼ Support Shortcuts

◼ Top sites
    include: simptab · senior · hidden mode and custom

◼ Controlbar
    include: Download · Upload · Favorite · Pin · Dislike

◼ Zen Mode

◼ White noise

◼ Options
    includes: Custom Script · Custom Unsplash · Custom Search · Custom CSS

Security
Open source https://github.com/kenshin/simptab

Feedback
https://github.com/kenshin/simptab/issues

Contact
http://kenshin.wang | [email protected]

CHANGELOG
http://ksria.com/simptab/docs/#/CHANGELOG.en                    

Basisinformatie over de Extensie

Naam SimpTab - Minimalistic New Tab SimpTab - Minimalistic New Tab
ID kbgmbmkhepchmmcnbdbclpkpegbgikjc
Officiële URL https://chromewebstore.google.com/detail/simptab-minimalistic-new/kbgmbmkhepchmmcnbdbclpkpegbgikjc
Beschrijving Minimalistic's chrome new tab page extension, hope every time open, you have a good mood.
Bestandsgrootte 358 KB
Aantal Installaties 10,000
Huidige Versie 1.5.5
Laatst Bijgewerkt 2019-12-04
Publicatiedatum 2019-12-04
Beoordeling 4.62/5 Totaal 186 Beoordelingen
Ontwikkelaar Kenshin Wang
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en,zh-CN,zh-TW
manifest.json
{
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "short_name": "SimpTab",
    "version": "1.5.5",
    "default_locale": "zh_CN",
    "description": "__MSG_extension_desc__",
    "author": "Kenshin",
    "homepage_url": "http:\/\/ksria.com\/simptab",
    "chrome_url_overrides": {
        "newtab": "main.html"
    },
    "icons": {
        "16": "assets\/images\/icon16.png",
        "48": "assets\/images\/icon48.png",
        "128": "assets\/images\/icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/*.flickr.com 'unsafe-eval'; object-src 'self'",
    "optional_permissions": [
        "bookmarks",
        "downloads",
        "https:\/\/*.unsplash.com\/",
        "https:\/\/*.unsplash.it\/",
        "http:\/\/*.wallhaven.cc\/",
        "https:\/\/*.staticflickr.com\/",
        "http:\/\/*.desktopprassets.com\/",
        "http:\/\/*.visualhunt.com\/",
        "https:\/\/*.visualhunt.com\/",
        "https:\/\/*.500px.org\/",
        "http:\/\/*.vo.msecnd.net\/",
        "http:\/\/*.nasa.gov\/"
    ],
    "permissions": [
        "topSites",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "omnibox": {
        "keyword": "st"
    },
    "commands": {
        "download": {
            "suggested_key": {
                "default": "Alt+Shift+1"
            },
            "description": "__MSG_controlbar_download__"
        },
        "favorite": {
            "suggested_key": {
                "default": "Alt+Shift+2"
            },
            "description": "__MSG_controlbar_favorite__"
        },
        "info": {
            "suggested_key": {
                "default": "Alt+Shift+3"
            },
            "description": "__MSG_controlbar_info__"
        },
        "upload": {
            "suggested_key": {
                "default": "Alt+Shift+4"
            },
            "description": "__MSG_controlbar_upload__"
        }
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}