Doggo Bar

Scroll progress indicator

Doggo Bar क्या है?

Doggo Bar https://fishies.me द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Scroll progress indicator"।

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

screenshot

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

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

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

                        Scroll progress indicator with a corgi.

Source code can be found on github in the link below:
https://github.com/mrwm/doggo-bar

I'm now making this available without region restrictions! :)

Last updated: May 10, 2018 V0.1.3.2                    

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

नाम Doggo Bar Doggo Bar
ID jcpkamjdbelgcadjpljdljkelglhkbcg
आधिकारिक URL https://chromewebstore.google.com/detail/doggo-bar/jcpkamjdbelgcadjpljdljkelglhkbcg
विवरण Scroll progress indicator
फ़ाइल का आकार 33.32 KB
स्थापना संख्या 89
वर्तमान संस्करण 0.1.3.2
अंतिम अपडेट 2020-01-13
प्रकाशन तिथि 2020-01-13
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://fishies.me
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Doggo Bar",
    "description": "Scroll progress indicator",
    "manifest_version": 2,
    "version": "0.1.3.2",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/doggo-bar\/jcpkamjdbelgcadjpljdljkelglhkbcg",
    "icons": {
        "16": "icons\/doggo16.png",
        "19": "icons\/doggo19.png",
        "48": "icons\/doggo48.png",
        "128": "icons\/doggo128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_title": "Doggo!",
        "default_icon": "icons\/doggo128.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "img\/doggo.svg",
        "img\/shiba.svg",
        "img\/hotdog.svg",
        "img\/gcat.svg",
        "img\/blank.png",
        "style.css"
    ]
}