Theme of New Tab
Add a really cool picture to the new tab to brighten up your day.
什麼是Theme of New Tab?
Theme of New Tab是由https://atavi.com開發的Chrome擴展程式,該擴展的主要功能是“Add a really cool picture to the new tab to brighten up your day.”。
擴展截圖
下載Theme of New Tab擴展crx文件
下載Theme of New Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
| 名稱 | |
| ID | knflcnelciofoghldagpknelepafjeif |
| 官方網址 | https://chromewebstore.google.com/detail/theme-of-new-tab/knflcnelciofoghldagpknelepafjeif |
| 簡介 | Add a really cool picture to the new tab to brighten up your day. |
| 檔案大小 | 143 KB |
| 安裝次數 | 9,337 |
| 目前版本 | 1.5 |
| 更新時間 | 2017-06-08 |
| 上架時間 | 2017-06-07 |
| 評分 | 4.13/5 共 67 次評分 |
| 開發者 | https://atavi.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://atavi.com/browser-themes/?from=chrome-nt |
| 說明頁面URL | https://atavi.com/help/faq/?from=chrome-nt |
| 支援的語言 | 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",
" | |