Page Contents Sidebar

Sidebar for web page contents

Page Contents Sidebar là gì?

Page Contents Sidebar là một tiện ích mở rộng Chrome được phát triển bởi ikenshirogivenup98, và tính năng chính của nó là "Sidebar for web page contents".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Page Contents Sidebar

Tải xuống các tệp mở rộng Page Contents Sidebar dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        # 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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Page Contents Sidebar Page Contents Sidebar
ID obapfadchkhjmpkfclbpejldccaajccb
URL Chính Thức https://chrome.google.com/webstore/detail/page-contents-sidebar/obapfadchkhjmpkfclbpejldccaajccb
Mô tả Sidebar for web page contents
Kích Thước Tệp 106 KB
Số Lần Cài Đặt 11
Phiên Bản Hiện Tại 0.1.6
Cập Nhật Lần Cuối 2019-08-15
Ngày Phát Hành 2019-08-15
Đánh Giá 2.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển ikenshirogivenup98
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/momotaro98/page-contents-sidebar
URL Trang Trợ Giúp https://github.com/momotaro98/page-contents-sidebar/issues
Ngôn Ngữ Được Hỗ Trợ 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
    }
}