Page Contents Sidebar

Sidebar for web page contents

What is Page Contents Sidebar?

Page Contents Sidebar is a Chrome extension developed by ikenshirogivenup98, and its main feature is "Sidebar for web page contents".

Extension Screenshots

screenshot

Download Page Contents Sidebar Extension CRX File

Download Page Contents Sidebar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        # 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                    

Extension Basic Information

Name Page Contents Sidebar Page Contents Sidebar
ID obapfadchkhjmpkfclbpejldccaajccb
Official URL https://chrome.google.com/webstore/detail/page-contents-sidebar/obapfadchkhjmpkfclbpejldccaajccb
Description Sidebar for web page contents
File Size 106 KB
Installation Count 11
Current Version 0.1.6
Last Updated 2019-08-15
Publish Date 2019-08-15
Rating 2.00/5 Total 2 Ratings
Developer ikenshirogivenup98
Payment Type free
Extension Website https://github.com/momotaro98/page-contents-sidebar
Help Page URL https://github.com/momotaro98/page-contents-sidebar/issues
Supported Languages 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
    }
}