Years Progress

Displays years progress bar

Cos'è Years Progress?

Years Progress è un'estensione di Chrome sviluppata da raobit7, e la sua funzione principale è "Displays years progress bar".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Years Progress

Scarica i file di estensione Years Progress in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This extension will display years progress bar in a simple way.
One can easily check the progress and view the bar in percentage.                    

Informazioni di Base sull'Estensione

Nome Years Progress Years Progress
ID pkfanbklfjfkealmihbbbnflmaamicja
URL Ufficiale https://chromewebstore.google.com/detail/years-progress/pkfanbklfjfkealmihbbbnflmaamicja
Descrizione Displays years progress bar
Dimensione del File 762 KB
Conteggio Installazioni 42
Versione Corrente 1.0.3
Ultimo Aggiornamento 2019-09-21
Data di Pubblicazione 2019-09-21
Valutazione 3.00/5 Totale 1 Valutazioni
Sviluppatore raobit7
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto http://raobit.com
Lingue Supportate 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'"
}