Tabplus newtab pro

Make your chrome work like a tablet!

Τι είναι το Tabplus newtab pro;

Το Tabplus newtab pro είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον tabplus.net, και η κύρια λειτουργία του είναι "Make your chrome work like a tablet!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Tabplus newtab pro

Λήψη αρχείων επέκτασης Tabplus newtab pro σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Tabplus new tab pro Make your chrome work like a pad!
Come and try the new tabPlus new tab product! re-designed new tab page layouts and styles, redesigned website Icons and Fast Dials, and countless beautiful high-quality wallpapers.

With enough lightweight product volume, we bring you the following features:

.Re-designed new tab page
.Re-designed website Icon (continuously updated)
.Useful little widget,add which you like(continuously updated)
.Sync data automatically, switch to computer seamlessly without losing data
.Countless high-quality wallpapers from Unsplash
.Completely free customization settings
.Include Google, Yahoo, Baidu search engine, switch it with one-click
.Custom search engine settings                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Tabplus newtab pro Tabplus newtab pro
ID kikjompggigdkfpnglfimmheodddabem
Επίσημο URL https://chromewebstore.google.com/detail/tabplus-newtab-pro/kikjompggigdkfpnglfimmheodddabem
Περιγραφή Make your chrome work like a tablet!
Μέγεθος Αρχείου 3.88 MB
Αριθμός Εγκαταστάσεων 367
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2019-12-18
Ημερομηνία Δημοσίευσης 2019-12-15
Αξιολόγηση 4.25/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής tabplus.net
Ηλεκτρονικό ταχυδρομείο seangarcia4ever@gmail.com
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες de,en,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "1.0.2",
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "icons": {
        "16": "static\/img\/icon.png",
        "19": "static\/img\/icon.png",
        "38": "static\/img\/icon.png",
        "48": "static\/img\/icon.png",
        "128": "static\/img\/icon.png"
    },
    "browser_action": {
        "default_icon": "static\/img\/icon.png",
        "default_title": "tabplus",
        "default_popup": "popup.html"
    },
    "options_page": "option.html",
    "background": {
        "persistent": false,
        "scripts": [
            "background.bundle.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content.bundle.js"
            ],
            "run_at": "document_end"
        }
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "bookmarks",
        "activeTab",
        "topSites",
        "tabs"
    ]
}