Years Progress
Displays years progress bar
Co to jest Years Progress?
Years Progress to rozszerzenie Chrome opracowane przez raobit7, a jego główną funkcją jest „Displays years progress bar”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Years Progress
Pobierz pliki rozszerzeń Years Progress w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This extension will display years progress bar in a simple way. One can easily check the progress and view the bar in percentage.
Podstawowe informacje o rozszerzeniu
Nazwa | Years Progress |
ID | pkfanbklfjfkealmihbbbnflmaamicja |
Oficjalny URL | https://chromewebstore.google.com/detail/years-progress/pkfanbklfjfkealmihbbbnflmaamicja |
Opis | Displays years progress bar |
Rozmiar pliku | 762 KB |
Liczba instalacji | 42 |
Aktualna Wersja | 1.0.3 |
Ostatnia Aktualizacja | 2019-09-21 |
Data Publikacji | 2019-09-21 |
Ocena | 3.00/5 Łącznie 1 Oceny |
Deweloper | raobit7 |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Pomocy | http://raobit.com |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Years Progress", "description": "Displays years progress bar", "version": "1.0.3", "author": "Rajat Rao", "icons": { "16": "static\/timer.png", "48": "static\/timer.png", "128": "static\/timer.png" }, "browser_action": { "default_icon": "static\/timer.png", "default_title": "Years Progress", "default_popup": "components\/index.html" }, "background": { "page": "components\/index.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |