TOC of Medium
Create a table of contents on the edit screen of Medium.
TOC of Medium क्या है?
TOC of Medium nikaera द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create a table of contents on the edit screen of Medium."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TOC of Medium एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
When you add this plugin, you can create a table of contents at the input position by pressing the Ctrl + t key! Also, you can copy a table of contents by clicking on the clipboard icon that appears in the upper right corner of the screen. You can embed a table of contents in an article by pasting it where you want to insert it. To update the table of contents, click on the clipboard icon again to copy the latest table of contents, or press Ctrl + t key at the position where you want to create the latest table of contents. How to use: https://medium.com/@nikaera/8c8d344313fe GitHub Repository: https://github.com/nikaera/toc-medium-extension
एक्सटेंशन की मूल जानकारी
नाम | TOC of Medium |
ID | jcpcpidaogolhkcapgdiblaeglijmhaa |
आधिकारिक URL | https://chromewebstore.google.com/detail/toc-of-medium/jcpcpidaogolhkcapgdiblaeglijmhaa |
विवरण | Create a table of contents on the edit screen of Medium. |
फ़ाइल का आकार | 196 KB |
स्थापना संख्या | 140 |
वर्तमान संस्करण | 1.0.3 |
अंतिम अपडेट | 2020-05-16 |
प्रकाशन तिथि | 2020-05-15 |
डेवलपर | nikaera |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://medium.com/@nikaera/chrome-extension-for-creating-a-toc-for-medium-8c8d344313fe |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TOC of Medium", "version": "1.0.3", "manifest_version": 2, "description": "Create a table of contents on the edit screen of Medium.", "web_accessible_resources": [ "images\/buttonIcon.png" ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "https:\/\/medium.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/medium.com\/p\/*" ], "css": [ "stylesheets\/style.css" ], "js": [ "app.js" ] } ] } |