New Tab Tabzmania
Personalize your homepage with Tabzmania, Get custom backgrounds, widgets and more features
Τι είναι το New Tab Tabzmania;
Το New Tab Tabzmania είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://tabzmania.com, και η κύρια λειτουργία του είναι "Personalize your homepage with Tabzmania, Get custom backgrounds, widgets and more features".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης New Tab Tabzmania
Λήψη αρχείων επέκτασης New Tab Tabzmania σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Customize your browser's new tab page with a favorite theme! With this extension you will be able to change the background images of your new tab, you will have productivity widgets to manage To Do list, check out weather and local time, also you will be able to choose your favorite search engine. all this and more using Tabzmania New Tab extension. How to use: First, Install the extension, then you will be prompted with a new tab window to choose one of our favorite themes, choose one and proceed to the new tab app. next time you will open the new tab you will get the theme you've selected. For our theme selection and more info about privacy please browse our website: https://tabzmania.com
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | bpmhjokicmgjggkbdehfnilndiadbpec |
Επίσημο URL | https://chrome.google.com/webstore/detail/new-tab-tabzmania/bpmhjokicmgjggkbdehfnilndiadbpec |
Περιγραφή | Personalize your homepage with Tabzmania, Get custom backgrounds, widgets and more features |
Μέγεθος Αρχείου | 808 KB |
Αριθμός Εγκαταστάσεων | 116 |
Τρέχουσα Έκδοση | 2.0.1 |
Τελευταία Ενημέρωση | 2020-08-28 |
Ημερομηνία Δημοσίευσης | 2020-08-17 |
Προγραμματιστής | http://tabzmania.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://tabzmania.com |
URL της Σελίδας Πολιτικής Απορρήτου | https://tabzmania.com/privacy.html |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "New Tab Tabzmania", "short_name": "New Tab Tabzmania", "manifest_version": 2, "version": "2.0.1", "description": "Personalize your homepage with Tabzmania, Get custom backgrounds, widgets and more features", "icons": { "16": "images\/icons\/16x16.png", "64": "images\/icons\/64x64.png", "128": "images\/icons\/128x128.png" }, "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "*:\/\/localhost\/*", "*:\/\/tabzmania.com\/", "*:\/\/.tabzmania.com\/", "cookies", "tabs", "storage" ], "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/*.tabzmania.com\/*" ] }, "content_scripts": [ { "all_frames": false, "js": [ "scripts\/sitecontent.js" ], "match_about_blank": true, "matches": [ "*:\/\/localhost\/*", "*:\/\/*.tabzmania.com\/*" ], "run_at": "document_end" } ], "chrome_url_overrides": { "newtab": "redirect.html" }, "browser_action": { "default_icon": { "16": "images\/icons\/16x16.png" }, "default_title": "New Tab Tabzmania" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com https:\/\/ajax.googleapis.com; object-src 'self'" } |