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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        # 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
URL หน้าช่วยเหลือ 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
    }
}