Orbit Newtab

Give a clean and modern look to your default Chrome homepage

Orbit Newtab là gì?

Orbit Newtab là một tiện ích mở rộng Chrome được phát triển bởi https://orbitelite.github.io, và tính năng chính của nó là "Give a clean and modern look to your default Chrome homepage".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Orbit Newtab 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

                        **WARNING**
This extension is no longer supported by Orbit Projects, though there is its hotter younger cousin: Everest. Go to this link to access this overhauled version of this amazing extension - https://chrome.google.com/webstore/detail/everest/eemihbgpilllfcbhnhkobfgklfpdiiad

Replace new tab page with a personal dashboard featuring to-do, weather, and RSS feeds.

New Tab page that gives you visually appealing and functional environment. Eliminate undone tasks with your to-dos saved on every new tab. Get inspired to create the chrome atmosphere you've always dreamed of! Something missing? Join our community discord server at https://discord.gg/FBhf34M to suggest any improvements. Visit our website at https://orbitprojects.github.io/

FEATURES

• See the time and date
• Customize font and color themes
• Add your own background photos
• Keep track of tasks with To-do list
• See the weather and forecast
• Links? No problem. Speed dials for quick access to your favorite sites
• Have it your way with custom search engines
• News reports with RSS Feeds
And MORE!


ABOUT PERMISSIONS

Location - Automatic weather setup only

We recognize that location sharing is a concern for many people (ourselves included) and it is a responsibility we take very seriously. We do not use any of this information nor do we share it. We are only 13 years old, what would we do with it anyway?

HELP & SUGGESTIONS
Help Center & Suggestions https://discord.gg/FBhf34M

GET IN TOUCH
Email us at [email protected]
Instagram https://www.instagram.com/orbitprojects.official/                    

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

Tên Orbit Newtab Orbit Newtab
ID klcbneehagefpihiifgdapgfiihdokfo
URL Chính Thức https://chromewebstore.google.com/detail/orbit-newtab/klcbneehagefpihiifgdapgfiihdokfo
Mô tả Give a clean and modern look to your default Chrome homepage
Kích Thước Tệp 3.99 MB
Số Lần Cài Đặt 69
Phiên Bản Hiện Tại 1.7.5
Cập Nhật Lần Cuối 2019-12-14
Ngày Phát Hành 2019-12-14
Đánh Giá 4.53/5 Tổng số 15 Đánh Giá
Nhà Phát Triển https://orbitelite.github.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://orbitelite.github.io/
URL Trang Trợ Giúp https://discord.gg/FBhf34M
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Orbit Newtab",
    "short_name": "Orbit",
    "description": "Give a clean and modern look to your default Chrome homepage",
    "version": "1.7.5",
    "chrome_url_overrides": {
        "newtab": "orbit-elite\/index.html"
    },
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "geolocation",
        "contextMenus",
        "https:\/\/fcc-weather-api.glitch.me"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/rss.bloople.net; object-src;"
}