Peace Start Tabs

Peace Start Tabs - Take your browser up a notch

Peace Start Tabs क्या है?

Peace Start Tabs bcextscorp द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Peace Start Tabs - Take your browser up a notch"।

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

screenshot
screenshot

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

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

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

                        This extension allows will give you a Peace Start Tabs every single day with calming backgrounds. Change your Peace Start Tab image anytime.
 
Additionally, you will be created with the current local time with a warm message.
 
By clicking "Add to chrome" I accept and agree to installing the Peace Start Tabs Chrome extension and setting Chrome™ New Tab to that provided by the service, the Privacy Policy, and Terms of Use.                    

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

नाम Peace Start Tabs Peace Start Tabs
ID bjggajfmnhhmdblbdmplajimefcdncdl
आधिकारिक URL https://chrome.google.com/webstore/detail/peace-start-tabs/bjggajfmnhhmdblbdmplajimefcdncdl
विवरण Peace Start Tabs - Take your browser up a notch
फ़ाइल का आकार 302 KB
स्थापना संख्या 10,000
वर्तमान संस्करण 1.0
अंतिम अपडेट 2021-10-26
प्रकाशन तिथि 2021-10-26
रेटिंग 3.55/5 कुल 11 रेटिंग्स
डेवलपर bcextscorp
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL http://freeextensions.com/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Peace Start Tabs",
    "description": "Peace Start Tabs - Take your browser up a notch ",
    "version": "1.0",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": ".\/img\/icons\/peace-symbol.png",
        "48": ".\/img\/icons\/peace-symbol.png",
        "128": ".\/img\/icons\/peace-symbol.png"
    },
    "background": {
        "default_icon": ".\/img\/icons\/peace-symbol.png",
        "scripts": [
            "js\/background.js"
        ]
    },
    "oauth2": {
        "client_id": "KNaB2KjMIRDSOn2D5bBFGjq3BYfVwX07CxnNyaJDYXI",
        "scopes": [
            "",
            "https:\/\/api.unsplash.com\/photos\/?"
        ],
        "content_security_policy": "script-src 'self'  'unsafe-inline' 'unsafe eval'  https:\/\/apis.google.com\/js\/client.js?; object-src 'self'"
    }
}