wikibox toolkit

A library of tools for aiding the creation of wikiboxes

wikibox toolkit क्या है?

wikibox toolkit jetjdsimon द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A library of tools for aiding the creation of wikiboxes"।

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

screenshot

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

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

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

                        This is a chrome extension that houses a collection of tools for people who make custom wikiboxes on Wikipedia for fun.

What is a wikibox?

They are those info boxes that you see about people/events/etc on wikipedia. There is a niche internet hobby where people modify the html of these boxes to make alternate timeline wikiboxes. My brother and his friends are really into it, so I made this chrome extension to help them.

Features:

- Right click on an element to change it's color easily (great for borders below portraits on election boxes)
- Select a range of text and change it's color easily with right click
- Election map creation tool in the Options menu
- Automatically calculate the popular vote, seat total, and percentage for an election map
- Sliders for each state to set how split the vote was, adjust popular vote percentage accordingly.
- Save and load map SVG files to edit later
- Find and replace text on a wikipedia page (case sensitive)
- A clear visited links button in the right click menu that resets all link styles.                    

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

नाम wikibox toolkit wikibox toolkit
ID ahbjlmcgpnondmgkgndhlpfobpjkmdoe
आधिकारिक URL https://chromewebstore.google.com/detail/wikibox-toolkit/ahbjlmcgpnondmgkgndhlpfobpjkmdoe
विवरण A library of tools for aiding the creation of wikiboxes
फ़ाइल का आकार 43.86 KB
स्थापना संख्या 384
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2023-01-30
प्रकाशन तिथि 2022-07-17
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर jetjdsimon
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/JetSimon/wikibox-toolkit
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "wikibox toolkit",
    "version": "1.0.2",
    "description": "A library of tools for aiding the creation of wikiboxes",
    "permissions": [
        "contextMenus",
        "activeTab",
        "scripting",
        "tabs"
    ],
    "options_page": "options.html",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "host_permissions": [
        "https:\/\/*.wikipedia.org\/*"
    ],
    "icons": {
        "128": "images\/wikibox-toolkit.png"
    }
}