Page Contents Sidebar

Sidebar for web page contents

Co je Page Contents Sidebar?

Page Contents Sidebar je rozšíření Chrome vyvinuté ikenshirogivenup98, a jeho hlavní funkcí je „Sidebar for web page contents“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Page Contents Sidebar

Stáhněte si soubory rozšíření Page Contents Sidebar ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        # 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                    

Základní Informace o Rozšíření

Název Page Contents Sidebar Page Contents Sidebar
ID obapfadchkhjmpkfclbpejldccaajccb
Oficiální URL https://chrome.google.com/webstore/detail/page-contents-sidebar/obapfadchkhjmpkfclbpejldccaajccb
Popis Sidebar for web page contents
Velikost souboru 106 KB
Počet instalací 11
Aktuální Verze 0.1.6
Poslední Aktualizace 2019-08-15
Datum Vydání 2019-08-15
Hodnocení 2.00/5 Celkem 2 Hodnocení
Vývojář ikenshirogivenup98
Typ Platby free
Webové stránky Rozšíření https://github.com/momotaro98/page-contents-sidebar
URL Stránky Nápovědy https://github.com/momotaro98/page-contents-sidebar/issues
Podporované Jazyky 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
    }
}