Star Wars Newtab Theme
The expansion creates a new tab in the thematic style of 'Star Wars'
什麼是Star Wars Newtab Theme?
Star Wars Newtab Theme是由Umbrella開發的Chrome擴展程式,該擴展的主要功能是“The expansion creates a new tab in the thematic style of 'Star Wars'”。
擴展截圖
下載Star Wars Newtab Theme擴展crx文件
下載Star Wars Newtab Theme擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
When you install the extension, a new thematic tab will appear. But that is not all. You will always know about the weather outside the window because it is displayed on a new tab. With the help of Star Wars Newtab Theme, you get quick access to popular social networks, such as Instagram, Facebook, Twitter. Also, the most visited sites will always be on hand. This Theme is simple and convenient in use. Install extension and enjoy different wallpapers with your favorite characters each time you open a new tab.
擴展基本資訊
名稱 | Star Wars Newtab Theme |
ID | mpghoamnjcinieogaoemkaamdckhejef |
官方網址 | https://chromewebstore.google.com/detail/star-wars-newtab-theme/mpghoamnjcinieogaoemkaamdckhejef |
簡介 | The expansion creates a new tab in the thematic style of 'Star Wars' |
檔案大小 | 8.06 MB |
安裝次數 | 1,663 |
目前版本 | 2.0.0.0 |
更新時間 | 2022-10-21 |
上架時間 | 2021-10-07 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Umbrella |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://bit.ly/3yYavvL |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "icons\/icon128.png", "default_title": "__MSG_appButtonDesc__" }, "chrome_url_overrides": { "newtab": "index.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "manifest_version": 2, "name": "__MSG_appName__", "offline_enabled": true, "permissions": [ "topSites", "geolocation" ], "version": "2.0.0.0" } |