Doggo Bar
Scroll progress indicator
Doggo Barとは何ですか?
Doggo Barはhttps://fishies.meによって開発されたChromeの拡張機能で、その主な機能は「Scroll progress indicator」です。
拡張機能のスクリーンショット
Doggo Bar拡張機能のCRXファイルをダウンロード
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 |
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 |
Eメール | [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" ] } |