Gu New Tab
Personalize your default New Tab page with custom background images, colors, and your favorite mottos.
Qu'est-ce que Gu New Tab ?
Gu New Tab est une extension Chrome développée par hangu1116, et sa fonction principale est "Personalize your default New Tab page with custom background images, colors, and your favorite mottos.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Gu New Tab
Téléchargez les fichiers d'extension Gu New Tab 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
Love to discover interesting places? Do you want to see the signature in the new label page at all times? Want to put the reminder on the new tab page? So Gu New Tab makes every new page a trip. New Features: • Repair long time loading bug • Repair the black edge bug • Increase the security package of localStorage v1.6.1: • Can modify motto/todo directly on the new tab page • Use color placeholder preloading mode • Optimize the page animation, layout • The new fliker map • Add local pictures • Tracked bugs
Informations de Base sur l'Extension
Nom | |
ID | flpkegbinjelbodpbdojjhklbkkddmca |
URL Officiel | https://chromewebstore.google.com/detail/gu-new-tab/flpkegbinjelbodpbdojjhklbkkddmca |
Description | Personalize your default New Tab page with custom background images, colors, and your favorite mottos. |
Taille du Fichier | 4.79 MB |
Nombre d'Installations | 12 |
Version Actuelle | 0.1.6.2 |
Dernière Mise à Jour | 2018-03-13 |
Date de Publication | 2018-03-12 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | hangu1116 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "version": "0.1.6.2", "default_locale": "en", "description": "__MSG_extDescription__", "icons": { "128": ".\/image\/icon128.png" }, "browser_action": [], "permissions": [ "*:\/\/wallpaper.apc.360.cn\/*", "*:\/\/www.google.com\/*", "*:\/\/www.gstatic.com\/*", "*:\/\/api.unsplash.com\/*", "https:\/\/api.flickr.com\/*" ], "author": "cyj", "chrome_url_overrides": { "newtab": ".\/index.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "options_page": ".\/option\/options.html" } |