Patience Start Tabs

Patience Start Tabs - Take your browser up a notch

Patience Start Tabs क्या है?

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

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

screenshot
screenshot

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

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

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

                        This extension allows will give you a Patience Start Tabs every single day with calming backgrounds. Change your Patience 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 Patience Start Tabs Chrome extension and setting Chrome™ New Tab to that provided by the service, the Privacy Policy, and Terms of Use.                    

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

नाम Patience Start Tabs Patience Start Tabs
ID fojmfbfgoifnomdlmjbhihjpnklnbnpc
आधिकारिक URL https://chrome.google.com/webstore/detail/patience-start-tabs/fojmfbfgoifnomdlmjbhihjpnklnbnpc
विवरण Patience Start Tabs - Take your browser up a notch
फ़ाइल का आकार 169 KB
स्थापना संख्या 30,000
वर्तमान संस्करण 1.0
अंतिम अपडेट 2021-10-26
प्रकाशन तिथि 2021-10-26
रेटिंग 2.00/5 कुल 21 रेटिंग्स
डेवलपर 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": "Patience Start Tabs",
    "description": "Patience Start Tabs - Take your browser up a notch ",
    "version": "1.0",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": ".\/img\/icons\/patience.png",
        "48": ".\/img\/icons\/patience.png",
        "128": ".\/img\/icons\/patience.png"
    },
    "background": {
        "default_icon": ".\/img\/icons\/patience.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'"
    }
}