Page Contents Sidebar

Sidebar for web page contents

ما هو Page Contents Sidebar؟

Page Contents Sidebar هو إضافة Chrome تم تطويرها بواسطة ikenshirogivenup98، والميزة الرئيسية لها هي "Sidebar for web page contents".

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

screenshot

تحميل ملف CRX للإضافة Page Contents Sidebar

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

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

                        # Overview

Sidebar Extension for Markdown on Gist

# Features

* Display header title of Markdown file on Gist
* Jump to target area
* Change the depth of the display header
* Track and focus on current browsing points
* Change the sidebar width
* The sidebar can be hidden with a single button                    

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

الاسم Page Contents Sidebar Page Contents Sidebar
ID obapfadchkhjmpkfclbpejldccaajccb
عنوان URL الرسمي https://chrome.google.com/webstore/detail/page-contents-sidebar/obapfadchkhjmpkfclbpejldccaajccb
الوصف Sidebar for web page contents
حجم الملف 106 KB
عدد التثبيتات 11
النسخة الحالية 0.1.6
آخر تحديث 2019-08-15
تاريخ النشر 2019-08-15
تقييم 2.00/5 مجموع تقييمات 2
المطور ikenshirogivenup98
نوع الدفع free
موقع الإضافة https://github.com/momotaro98/page-contents-sidebar
عنوان صفحة المساعدة https://github.com/momotaro98/page-contents-sidebar/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Page Contents Sidebar",
    "version": "0.1.6",
    "manifest_version": 2,
    "author": "Shintaro Ikeda",
    "description": "Sidebar for web page contents",
    "homepage_url": "https:\/\/github.com\/momotaro98\/page-contents-sidebar",
    "icons": {
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "https:\/\/gist.github.com\/*"
    ],
    "optional_permissions": [
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}