Orbit Newtab

Give a clean and modern look to your default Chrome homepage

Orbit Newtab क्या है?

Orbit Newtab https://orbitelite.github.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Give a clean and modern look to your default Chrome homepage"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Orbit Newtab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        **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/                    

एक्सटेंशन की मूल जानकारी

नाम Orbit Newtab Orbit Newtab
ID klcbneehagefpihiifgdapgfiihdokfo
आधिकारिक URL https://chromewebstore.google.com/detail/orbit-newtab/klcbneehagefpihiifgdapgfiihdokfo
विवरण Give a clean and modern look to your default Chrome homepage
फ़ाइल का आकार 3.99 MB
स्थापना संख्या 69
वर्तमान संस्करण 1.7.5
अंतिम अपडेट 2019-12-14
प्रकाशन तिथि 2019-12-14
रेटिंग 4.53/5 कुल 15 रेटिंग्स
डेवलपर https://orbitelite.github.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://orbitelite.github.io/
सहायता पृष्ठ URL https://discord.gg/FBhf34M
समर्थित भाषाएँ 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;"
}