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