RUM Speed Index

A chrome extension that shows RUM Speed Index of current page.

ما هو RUM Speed Index؟

RUM Speed Index هو إضافة Chrome تم تطويرها بواسطة http://1000ch.net، والميزة الرئيسية لها هي "A chrome extension that shows RUM Speed Index of current page.".

تحميل ملف CRX للإضافة RUM Speed Index

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

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

                                            

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

الاسم RUM Speed Index RUM Speed Index
ID ochpejlokkncjmnfehbolmlklconekna
عنوان URL الرسمي https://chrome.google.com/webstore/detail/rum-speed-index/ochpejlokkncjmnfehbolmlklconekna
الوصف A chrome extension that shows RUM Speed Index of current page.
حجم الملف 8.49 KB
عدد التثبيتات 15
النسخة الحالية 1.1.0
آخر تحديث 2017-04-18
تاريخ النشر 2017-04-18
المطور http://1000ch.net
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RUM Speed Index",
    "short_name": "RUM Speed Index",
    "version": "1.1.0",
    "description": "A chrome extension that shows RUM Speed Index of current page.",
    "author": "1000ch",
    "permissions": [
        "background",
        "tabs",
        "*:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "RUM Speed Index",
        "default_popup": "html\/popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "offline_enabled": false
}