Star Wars Newtab Theme

The expansion creates a new tab in the thematic style of 'Star Wars'

Star Wars Newtab Theme là gì?

Star Wars Newtab Theme là một tiện ích mở rộng Chrome được phát triển bởi Umbrella, và tính năng chính của nó là "The expansion creates a new tab in the thematic style of 'Star Wars'".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Star Wars Newtab Theme

Tải xuống các tệp mở rộng Star Wars Newtab Theme dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Star Wars Newtab Theme Star Wars Newtab Theme
ID mpghoamnjcinieogaoemkaamdckhejef
URL Chính Thức https://chromewebstore.google.com/detail/star-wars-newtab-theme/mpghoamnjcinieogaoemkaamdckhejef
Mô tả The expansion creates a new tab in the thematic style of 'Star Wars'
Kích Thước Tệp 8.06 MB
Số Lần Cài Đặt 1,663
Phiên Bản Hiện Tại 2.0.0.0
Cập Nhật Lần Cuối 2022-10-21
Ngày Phát Hành 2021-10-07
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Umbrella
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://bit.ly/3yYavvL
Ngôn Ngữ Được Hỗ Trợ 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"
}