Theme of New Tab
Add a really cool picture to the new tab to brighten up your day.
Qu'est-ce que Theme of New Tab ?
Theme of New Tab est une extension Chrome développée par https://atavi.com, et sa fonction principale est "Add a really cool picture to the new tab to brighten up your day.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Theme of New Tab
Téléchargez les fichiers d'extension Theme of 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
Informations de Base sur l'Extension
Nom | |
ID | knflcnelciofoghldagpknelepafjeif |
URL Officiel | https://chromewebstore.google.com/detail/theme-of-new-tab/knflcnelciofoghldagpknelepafjeif |
Description | Add a really cool picture to the new tab to brighten up your day. |
Taille du Fichier | 143 KB |
Nombre d'Installations | 9,337 |
Version Actuelle | 1.5 |
Dernière Mise à Jour | 2017-06-08 |
Date de Publication | 2017-06-07 |
Évaluation | 4.13/5 Total 67 Évaluations |
Développeur | https://atavi.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://atavi.com/browser-themes/?from=chrome-nt |
URL de la Page d'Aide | https://atavi.com/help/faq/?from=chrome-nt |
Langues Prises en Charge | de,en,fr,nl,tr,es,hr,it,pl,pt-BR,ro,sk,fi,sv,cs,ru,uk,zh-CN,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extension_name__", "version": "1.5", "manifest_version": 2, "description": "__MSG_extension_description__", "homepage_url": "https:\/\/atavi.com", "icons": { "128": "icon128.png" }, "default_locale": "en", "background": { "page": "background\/page.html" }, "page_action": { "default_icon": "i\/icon19.png", "default_title": "__MSG_pageaction_title__", "default_popup": "create\/index.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start", "js": [ "AtaviExt.js", "includes\/common.js" ], "css": [ "c\/common.css" ] } ], "omnibox": { "keyword": "atavi" }, "options_page": "options\/import.html", "web_accessible_resources": [ "includes\/inject.js", "config.json" ], "commands": { "_execute_page_action": { "suggested_key": { "default": "Ctrl+Shift+S", "mac": "MacCtrl+Shift+S" } } }, "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "contextMenus", "activeTab", "bookmarks", "history", "topSites", "tabs", "cookies", "storage", " |