Doggo Bar
Scroll progress indicator
Wat is Doggo Bar?
Doggo Bar is een Chrome-extensie ontwikkeld door https://fishies.me, en de belangrijkste functie is "Scroll progress indicator".
Extensie Screenshots
Download het CRX-bestand van de extensie Doggo Bar
Download Doggo Bar-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Doggo Bar |
ID | jcpkamjdbelgcadjpljdljkelglhkbcg |
Officiële URL | https://chromewebstore.google.com/detail/doggo-bar/jcpkamjdbelgcadjpljdljkelglhkbcg |
Beschrijving | Scroll progress indicator |
Bestandsgrootte | 33.32 KB |
Aantal Installaties | 89 |
Huidige Versie | 0.1.3.2 |
Laatst Bijgewerkt | 2020-01-13 |
Publicatiedatum | 2020-01-13 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://fishies.me |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |