Theme of New Tab
Add a really cool picture to the new tab to brighten up your day.
Was ist Theme of New Tab?
Theme of New Tab ist eine Chrome-Erweiterung, die von https://atavi.com entwickelt wurde, und ihr Hauptmerkmal ist "Add a really cool picture to the new tab to brighten up your day.".
Erweiterungsscreenshots
Theme of New Tab-Erweiterungs-CRX-Datei herunterladen
Laden Sie Theme of New Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
| Name | |
| ID | knflcnelciofoghldagpknelepafjeif |
| Offizielle URL | https://chromewebstore.google.com/detail/theme-of-new-tab/knflcnelciofoghldagpknelepafjeif |
| Beschreibung | Add a really cool picture to the new tab to brighten up your day. |
| Dateigröße | 143 KB |
| Installationsanzahl | 9,337 |
| Aktuelle Version | 1.5 |
| Letztes Update | 2017-06-08 |
| Veröffentlichungsdatum | 2017-06-07 |
| Bewertung | 4.13/5 Insgesamt 67 Bewertungen |
| Entwickler | https://atavi.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://atavi.com/browser-themes/?from=chrome-nt |
| Hilfeseite URL | https://atavi.com/help/faq/?from=chrome-nt |
| Unterstützte Sprachen | 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",
" | |