my-bible

my-bible

ما هو my-bible؟

my-bible هو إضافة Chrome تم تطويرها بواسطة zelenkooleksii75، والميزة الرئيسية لها هي "my-bible".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة my-bible

قم بتنزيل ملفات الامتداد my-bible بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم my-bible my-bible
ID gopblffdbhncklknfkalmldejndpejnd
عنوان URL الرسمي https://chromewebstore.google.com/detail/my-bible/gopblffdbhncklknfkalmldejndpejnd
الوصف my-bible
حجم الملف 2.74 MB
عدد التثبيتات 211
النسخة الحالية 1.0.0
آخر تحديث 2020-05-28
تاريخ النشر 2020-05-27
تقييم 1.00/5 مجموع تقييمات 1
المطور zelenkooleksii75
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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'"
}