Table of Contents Sidebar

A lightweight plugin that generates a table of contents sidebar for navigating or copying

Table of Contents Sidebar क्या है?

Table of Contents Sidebar codedraken द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A lightweight plugin that generates a table of contents sidebar for navigating or copying"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Table of Contents Sidebar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Quickly and easily generate a table of contents for articles you're reading or for use on articles you write.

This extension currently only supports the Medium platform. ( https://medium.com/ )

It's also free and open-source. You can get the code for it here: https://github.com/CodeDraken/table-of-contents-generator



Icon created by Icons8 @ https://icons8.com/                    

एक्सटेंशन की मूल जानकारी

नाम Table of Contents Sidebar Table of Contents Sidebar
ID gnfemeofnjpbaigdpammdejmmjhdejih
आधिकारिक URL https://chromewebstore.google.com/detail/table-of-contents-sidebar/gnfemeofnjpbaigdpammdejmmjhdejih
विवरण A lightweight plugin that generates a table of contents sidebar for navigating or copying
फ़ाइल का आकार 128 KB
स्थापना संख्या 896
वर्तमान संस्करण 1.0
अंतिम अपडेट 2019-05-27
प्रकाशन तिथि 2019-05-27
रेटिंग 2.67/5 कुल 3 रेटिंग्स
डेवलपर codedraken
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/CodeDraken/table-of-contents-generator
सहायता पृष्ठ URL https://github.com/CodeDraken/table-of-contents-generator/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Table of Contents Sidebar",
    "version": "1.0",
    "author": "CodeDraken",
    "description": "A lightweight plugin that generates a table of contents sidebar for navigating or copying",
    "manifest_version": 2,
    "icons": {
        "128": ".\/assets\/icon128.png"
    },
    "browser_action": {
        "default_title": "ToC",
        "default_popup": ".\/html\/popup.html"
    },
    "background": {
        "scripts": [
            ".\/js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ]
}