Your New Tab Page
Overrides the new tab page on Chrome with a more elegant and simple design.
Qu'est-ce que Your New Tab Page ?
Your New Tab Page est une extension Chrome développée par disregarding standards, et sa fonction principale est "Overrides the new tab page on Chrome with a more elegant and simple design.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Your New Tab Page
Téléchargez les fichiers d'extension Your New Tab Page au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Allows you to customize your new tab page by adding whatever links you want, and not be stuck with the default 8. You are now able to customize the font and background color. Under "Settings", enter colors in hex (#FFFFFF is white) notation. Uses: - Place new links to your favorite websites - Keep track of your packages by adding a link - Have more, or less, than just 8 links. Todo: - Ability to sort the links - Provide weather information - Add a to-do list
Informations de Base sur l'Extension
Nom | Your New Tab Page |
ID | daeegpekhhgennllidlchmpaamfjhnfk |
URL Officiel | https://chromewebstore.google.com/detail/your-new-tab-page/daeegpekhhgennllidlchmpaamfjhnfk |
Description | Overrides the new tab page on Chrome with a more elegant and simple design. |
Taille du Fichier | 160 KB |
Nombre d'Installations | 10 |
Version Actuelle | 1.4 |
Dernière Mise à Jour | 2014-01-25 |
Date de Publication | 2014-01-25 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | disregarding standards |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/yvescourtois/your-new-tab-page |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Your New Tab Page", "description": "Overrides the new tab page on Chrome with a more elegant and simple design.", "version": "1.4", "manifest_version": 2, "incognito": "split", "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "topSites", "http:\/\/query.yahooapis.com\/" ], "icons": { "128": "icon_128.png", "48": "icon_48.png", "16": "blank.gif" }, "background": { "scripts": [ "includes\/jquery-1.10.2.min.js", "includes\/bootstrap.min.js", "includes\/events.js", "includes\/ready.js" ] } } |