Doggo Bar
Scroll progress indicator
Doggo Bar là gì?
Doggo Bar là một tiện ích mở rộng Chrome được phát triển bởi https://fishies.me, và tính năng chính của nó là "Scroll progress indicator".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Doggo Bar
Tải xuống các tệp mở rộng Doggo Bar dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Doggo Bar |
ID | jcpkamjdbelgcadjpljdljkelglhkbcg |
URL Chính Thức | https://chromewebstore.google.com/detail/doggo-bar/jcpkamjdbelgcadjpljdljkelglhkbcg |
Mô tả | Scroll progress indicator |
Kích Thước Tệp | 33.32 KB |
Số Lần Cài Đặt | 89 |
Phiên Bản Hiện Tại | 0.1.3.2 |
Cập Nhật Lần Cuối | 2020-01-13 |
Ngày Phát Hành | 2020-01-13 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://fishies.me |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |