Doggo Bar

Scroll progress indicator

Doggo Barคืออะไร?

Doggo Bar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://fishies.me และคุณลักษณะหลักของมันคือ "Scroll progress indicator"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Doggo Bar

ดาวน์โหลดไฟล์ส่วนขยาย Doggo Bar ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
อีเมล fswmdev@gmail.com
ประเภทการชำระเงิน 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"
    ]
}