Page Contents Sidebar

Sidebar for web page contents

什么是Page Contents Sidebar?

Page Contents Sidebar是由ikenshirogivenup98开发的Chrome扩展程序,该扩展的主要功能是“Sidebar for web page contents”。

扩展截图

screenshot

下载Page Contents Sidebar扩展crx文件

下载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
    }
}