Scrapbox List Marker
A chrome extension for Customizing list marker of Scrapbox.
Scrapbox List Marker क्या है?
Scrapbox List Marker penicillin0 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A chrome extension for Customizing list marker of Scrapbox."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Scrapbox List Marker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
【About this extension】 This is a third party extension for Scrapbox users. Currently, Scrapbox allows you to customize the design to your liking by writing CSS. However, writing CSS is time-consuming and complicated to change. This extension allows you to change Scrapbox's list markers to your liking using a GUI-based interface. 【How to use】 - Click on the extension icon and a popup will appear. - When you click the extension icon, a pop-up window will appear. You can customize the list markers (color changeable) by selecting one for each paragraph. - Inserting an indent line (color changeable) makes it easier to understand the indent correspondence you are writing. - The demonstration at the bottom of the screen allows you to see how it actually appears. ※ If you want to return to the default settings, please disable or delete the extension. ※ This is an unofficial extension, so please use it at your own risk. Scrapbox official: https://scrapbox.io/product Source code: https://github.com/penicillin0/scrapbox-list-marker If you have any bugs or requests for additional features, please send them to https://github.com/penicillin0/scrapbox-list-marker/issues
एक्सटेंशन की मूल जानकारी
नाम | Scrapbox List Marker |
ID | blogedecchmdohakakhmboefiiendbec |
आधिकारिक URL | https://chromewebstore.google.com/detail/scrapbox-list-marker/blogedecchmdohakakhmboefiiendbec |
विवरण | A chrome extension for Customizing list marker of Scrapbox. |
फ़ाइल का आकार | 1.58 MB |
स्थापना संख्या | 111 |
वर्तमान संस्करण | 1.7.0 |
अंतिम अपडेट | 2022-05-10 |
प्रकाशन तिथि | 2021-11-17 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | penicillin0 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/penicillin0/scrapbox-list-marker |
समर्थित भाषाएँ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Scrapbox List Marker", "description": "__MSG_appDescription__", "version": "1.7.0", "default_locale": "en", "manifest_version": 3, "action": { "default_title": "Scrapbox List Marker", "default_popup": "index.html" }, "content_scripts": [ { "matches": [ "https:\/\/scrapbox.io\/*\/*" ], "js": [ "contentScriptDist.js" ] } ], "permissions": [ "activeTab", "storage" ], "icons": { "16": "images\/16icon.png", "48": "images\/48icon.png", "128": "images\/128icon.png" } } |