Periodic Table

Periodic Table of Elements

ما هو Periodic Table؟

Periodic Table هو إضافة Chrome تم تطويرها بواسطة http://strempfer.works، والميزة الرئيسية لها هي "Periodic Table of Elements".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Periodic Table

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

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

                        A periodic table of elements with search bar.



--------
Data from: https://github.com/Bowserinator/Periodic-Table-JSON                    

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

الاسم Periodic Table Periodic Table
ID pfnbneincejjnphgpcleomckpegpeene
عنوان URL الرسمي https://chrome.google.com/webstore/detail/periodic-table/pfnbneincejjnphgpcleomckpegpeene
الوصف Periodic Table of Elements
حجم الملف 184 KB
عدد التثبيتات 487
النسخة الحالية 0.0.7
آخر تحديث 2017-11-15
تاريخ النشر 2017-11-15
تقييم 2.00/5 مجموع تقييمات 5
المطور http://strempfer.works
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Periodic Table",
    "description": "__MSG_extDescription__",
    "version": "0.0.7",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ]
}