Creative New Tab

Change the homepage with useful space for notes, remarks or ToDo lists. Add text and edit it directly in a new tab

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

Το Creative New Tab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://creattab.com, και η κύρια λειτουργία του είναι "Change the homepage with useful space for notes, remarks or ToDo lists. Add text and edit it directly in a new tab".

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

screenshot
screenshot

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

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

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

                        The extension changes the startpage and opens custom one with a spaces where you can add text, edit it, create a ToDo lists and simple notes for everyday planing. 

Pleasant colours in a new tab design will make working during the day more comfortable for eyes in every time. 

Edit, save and organize notes directly in the Start page. Rename saved tabs, change fonts, colors, etc. 

By clicking "Add to chrome", I accept and agree to installing "Creative New Tab" extension and setting Chrome™ default search and newtab search to that provided by the service and the Terms of Use and Privacy Policy. Search results will be powered by Bing.

It's easy to access to bookmarks on the homepage as well. Bookmarks with a search bar allows you to find items quickly from the list of various websites. 

ToDo list helps you to manage important events and deals. Add title, time, date and be always updated with upcoming items. 

Privacy Policy - https://creattab.com/privacy-policy
Terms of Use - https://creattab.com/terms-of-use
About Us - https://creattab.com/about
Contact Us - https://creattab.com/contact-us                    

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

Όνομα Creative New Tab Creative New Tab
ID clmdfafdenalpngecihdcfohpdchklgd
Επίσημο URL https://chromewebstore.google.com/detail/creative-new-tab/clmdfafdenalpngecihdcfohpdchklgd
Περιγραφή Change the homepage with useful space for notes, remarks or ToDo lists. Add text and edit it directly in a new tab
Μέγεθος Αρχείου 575 KB
Αριθμός Εγκαταστάσεων 12
Τρέχουσα Έκδοση 2.7.6
Τελευταία Ενημέρωση 2023-08-01
Ημερομηνία Δημοσίευσης 2022-12-12
Αξιολόγηση 5.00/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής https://creattab.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://creattab.com/privacy-policy
Υποστηριζόμενες Γλώσσες en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "version": "2.7.6",
    "default_locale": "en",
    "manifest_version": 2,
    "icons": {
        "32": "img\/logo.png",
        "64": "img\/logo.png",
        "128": "img\/logo.png"
    },
    "permissions": [
        "bookmarks",
        "storage",
        "unlimitedStorage",
        "notifications",
        "alarms",
        "chrome:\/\/favicon\/*"
    ],
    "browser_action": {
        "default_title": "__MSG_title__"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "img\/*",
        "img\/*.svg",
        "img\/*.png",
        "img\/*.css",
        "img\/*.otf"
    ]
}