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
官方網址 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
    }
}