Page Contents Sidebar

Sidebar for web page contents

Apa itu Page Contents Sidebar?

Page Contents Sidebar adalah ekstensi Chrome yang dikembangkan oleh ikenshirogivenup98, dan fitur utamanya adalah "Sidebar for web page contents".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Page Contents Sidebar

Unduh file ekstensi Page Contents Sidebar dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        # 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                    

Informasi Dasar Ekstensi

Nama Page Contents Sidebar Page Contents Sidebar
ID obapfadchkhjmpkfclbpejldccaajccb
URL Resmi https://chrome.google.com/webstore/detail/page-contents-sidebar/obapfadchkhjmpkfclbpejldccaajccb
Deskripsi Sidebar for web page contents
Ukuran File 106 KB
Jumlah Instalasi 11
Versi Saat Ini 0.1.6
Terakhir Diperbarui 2019-08-15
Tanggal Publikasi 2019-08-15
Penilaian 2.00/5 Total 2 Penilaian
Pengembang ikenshirogivenup98
Tipe Pembayaran free
Situs Ekstensi https://github.com/momotaro98/page-contents-sidebar
URL Halaman Bantuan https://github.com/momotaro98/page-contents-sidebar/issues
Bahasa yang Didukung 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
    }
}