my-bible

my-bible

Cos'è my-bible?

my-bible è un'estensione di Chrome sviluppata da zelenkooleksii75, e la sua funzione principale è "my-bible".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione my-bible

Scarica i file di estensione my-bible 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

                        King James Bible
Quick search.
Resize bible text and window width.
Number of verses displayed.
  Random verse.
Saving and restoring your settings - font size and window width.
Restore default settings.
German, Russian, Greek, Chinese, French, Spanish, Turkish, Old Slavic, Belarusian  translations.                    

Informazioni di Base sull'Estensione

Nome my-bible my-bible
ID gopblffdbhncklknfkalmldejndpejnd
URL Ufficiale https://chromewebstore.google.com/detail/my-bible/gopblffdbhncklknfkalmldejndpejnd
Descrizione my-bible
Dimensione del File 2.74 MB
Conteggio Installazioni 211
Versione Corrente 1.0.0
Ultimo Aggiornamento 2020-05-28
Data di Pubblicazione 2020-05-27
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore zelenkooleksii75
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "my-bible",
    "permissions": [
        "storage"
    ],
    "description": "my-bible",
    "version": "1.0.0",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_title": "my-bible",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}