Everest

Material Themed New-tab page

Everest क्या है?

Everest https://orbitprojects.github.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Material Themed New-tab page"।

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

screenshot
screenshot

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

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

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

                        Orbit 2.0 - All Your Favourite Features In A New Form Factor,
Introducing Everest

FEATURES
• See the time and date
• Custom color themes
• Add your own background photos
• See advanced weather and forecast
• Custom search engines
• Custom speed dials (links) for all you're favourite websites
MORE COMING SOON...

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

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

नाम Everest Everest
ID eemihbgpilllfcbhnhkobfgklfpdiiad
आधिकारिक URL https://chromewebstore.google.com/detail/everest/eemihbgpilllfcbhnhkobfgklfpdiiad
विवरण Material Themed New-tab page
फ़ाइल का आकार 3.35 MB
स्थापना संख्या 24
वर्तमान संस्करण 1.1.1
अंतिम अपडेट 2021-02-06
प्रकाशन तिथि 2020-04-10
रेटिंग 4.70/5 कुल 10 रेटिंग्स
डेवलपर https://orbitprojects.github.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://orbitprojects.github.io
सहायता पृष्ठ URL https://discord.gg/FBhf34M
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Everest",
    "description": "Material Themed New-tab page",
    "version": "1.1.1",
    "chrome_url_overrides": {
        "newtab": "everest-files\/index.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "storage",
        "geolocation",
        "contextMenus",
        "https:\/\/api.darksky.net\/forecast\/*"
    ],
    "content_security_policy": "default-src 'self'; style-src-elem 'self' https:\/\/fonts.googleapis.com 'unsafe-inline'; font-src https:\/\/fonts.gstatic.com; style-src 'self' 'unsafe-inline'; connect-src https:\/\/api.darksky.net https:\/\/quotes.rest https:\/\/api.unsplash.com; img-src 'self' https:\/\/images.unsplash.com data:",
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}