Fantastic Start
Have a better start to the internet! The best replacement for the new tab page. More info: www.fantastic-start.com
Τι είναι το Fantastic Start;
Το Fantastic Start είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://www.fantastic-start.com, και η κύρια λειτουργία του είναι "Have a better start to the internet! The best replacement for the new tab page. More info: www.fantastic-start.com".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Fantastic Start
Λήψη αρχείων επέκτασης Fantastic Start σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Have a better and inspiring start to the internet with the new tab extension: Fantastic Start. Our goal is to make your daily life more colorful. With Fantastic Start you'll have various benefits: - Have a beautiful new tab page with a simple and elegant design. - Personalize your new tab page: Choose one of your stunning background images or let yourself surprise by the 'image of the day'. - Use various search engings to get the search results that you really are looking for. For instance search directly for maps or on shopping platforms.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | acndggfmnjcldkgcpgkadgmbdnfnfadn |
Επίσημο URL | https://chrome.google.com/webstore/detail/fantastic-start/acndggfmnjcldkgcpgkadgmbdnfnfadn |
Περιγραφή | Have a better start to the internet! The best replacement for the new tab page. More info: www.fantastic-start.com |
Μέγεθος Αρχείου | 923 KB |
Αριθμός Εγκαταστάσεων | 46 |
Τρέχουσα Έκδοση | 1.0.0 |
Τελευταία Ενημέρωση | 2017-11-30 |
Ημερομηνία Δημοσίευσης | 2017-11-30 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | http://www.fantastic-start.com |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://www.fantastic-start.com/ |
Διεύθυνση URL της Σελίδας Βοήθειας | http://www.fantastic-start.com/about |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fantastic Start", "short_name": "www.fantastic-start.com", "version": "1.0.0", "manifest_version": 2, "description": "Have a better start to the internet! The best replacement for the new tab page. More info: www.fantastic-start.com", "icons": { "48": "icon_big.png", "16": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "chrome_url_overrides": { "newtab": "start.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "https:\/\/*.fantastic-start.com\/*", "https:\/\/fantastic-start.com\/*" ], "js": [ "content.js" ] } ], "chrome_settings_overrides": { "homepage": "http:\/\/www.fantastic-start.com", "search_provider": { "encoding": "UTF-8", "favicon_url": "http:\/\/www.fantastic-start.com\/images\/favicon.png", "is_default": true, "keyword": "fantastic-start.com", "name": "Fantastic Start Search", "search_url": "http:\/\/www.fantastic-start.com\/search?q={searchTerms}" } }, "options_page": "options.html", "browser_action": { "default_icon": "icon.png" }, "permissions": [ "tabs", "contentSettings" ] } |