indices

Creates an index for articles on the web.

ما هو indices؟

indices هو إضافة Chrome تم تطويرها بواسطة Martian Peaks، والميزة الرئيسية لها هي "Creates an index for articles on the web.".

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

screenshot

تحميل ملف CRX للإضافة indices

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

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

                        Indices creates a Table of Contents sidebar for Medium articles, and enables you to skip around.

It's for you if you're an avid Medium reader.

Contribute, if that's your thing: https://github.com/lunaroyster/indices

Privacy Policy: https://bit.ly/2JgC9Y2                    

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

الاسم indices indices
ID ilicifhajkigmalgipoidbmgbjgmoeck
عنوان URL الرسمي https://chromewebstore.google.com/detail/indices/ilicifhajkigmalgipoidbmgbjgmoeck
الوصف Creates an index for articles on the web.
حجم الملف 38.88 KB
عدد التثبيتات 34
النسخة الحالية 0.4.0
آخر تحديث 2018-04-25
تاريخ النشر 2018-04-25
تقييم 3.50/5 مجموع تقييمات 2
المطور Martian Peaks
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "indices",
    "version": "0.4.0",
    "description": "Creates an index for articles on the web.",
    "icons": {
        "128": "images\/indices.png"
    },
    "background": {
        "page": "background\/background.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "importedScripts\/jquery.min.js",
                "contentScripts\/contentScript.js"
            ],
            "css": [
                "contentScripts\/contentScript.css"
            ]
        }
    ],
    "permissions": [
        "contextMenus"
    ],
    "content_security_policy": "script-src https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com 'self'; object-src 'self'",
    "manifest_version": 2
}