GetTab New Tab

Customize your New Tab page and enjoy beautiful wallpaper images with every new tab with GetTab for Chrome.

Τι είναι το GetTab New Tab;

Το GetTab New Tab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://gettab.website, και η κύρια λειτουργία του είναι "Customize your New Tab page and enjoy beautiful wallpaper images with every new tab with GetTab for Chrome.".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης GetTab New Tab

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

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

                        Travel the world and learn about new places and landmarks with every browser new tab using the available images and wallpaper description. 

Enjoy photos of mountains, beaches, waterfalls, deserts, as well as landmarks in countries such as France, Italy, Spain, Brazil, Thailand, China, India, Japan, Germany, USA, Egypt, and cities like Chicago, Paris, Dubai, London, Moscow, Tokyo, New York and many more.

Customize your dashboard as you please, transform every browser new tab into your own personalized home page. 

• Beautiful wallpaper images from around the world with every new tab
• BING Search
• Custom background: Upload your personal image
• Chrome apps and bookmarks at your fingertips
• Personalized greeting message
• To Do list feature
• Quick access to most visited and recently closed pages
• Customizable dashboard and settings
• Chill out music playlist

By clicking "Add to Chrome", I accept and agree to installing "Gettab New Tab" Chrome extension and setting Chrome™ New Tab to that provided by the service and the Terms of Use and Privacy Policy.

Terms of use: https://gettab.website/terms.html
Privacy Policy: https://gettab.website/privacy.html
Contact Us: https://gettab.website/contact.html                    

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

Όνομα GetTab New Tab GetTab New Tab
ID bfajhjfalnakljgdnbmhnlhjcehhkcbl
Επίσημο URL https://chrome.google.com/webstore/detail/gettab-new-tab/bfajhjfalnakljgdnbmhnlhjcehhkcbl
Περιγραφή Customize your New Tab page and enjoy beautiful wallpaper images with every new tab with GetTab for Chrome.
Μέγεθος Αρχείου 4.24 MB
Αριθμός Εγκαταστάσεων 9,000
Τρέχουσα Έκδοση 0.2.0
Τελευταία Ενημέρωση 2020-03-27
Ημερομηνία Δημοσίευσης 2020-03-10
Αξιολόγηση 4.57/5 Συνολικά 125 Αξιολογήσεις
Προγραμματιστής http://gettab.website
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://gettab.website/privacy.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "browser_action": {
        "default_icon": "icons\/19.png",
        "default_title": "GetTab New Tab"
    },
    "content_security_policy": "script-src 'self' https:\/\/*.yandex.ru https:\/\/*.google-analytics.com; object-src 'self'",
    "description": "Customize your New Tab page and enjoy beautiful wallpaper images with every new tab with GetTab for Chrome.",
    "name": "GetTab New Tab",
    "short_name": "GetTab",
    "optional_permissions": [
        "bookmarks",
        "topSites",
        "chrome:\/\/favicon\/"
    ],
    "permissions": [
        "alarms",
        "nativeMessaging",
        "storage",
        "unlimitedStorage"
    ],
    "version": "0.2.0",
    "offline_enabled": true,
    "icons": {
        "16": "icons\/16.png",
        "19": "icons\/19.png",
        "38": "icons\/38.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    }
}