wikibox toolkit

A library of tools for aiding the creation of wikiboxes

wikibox toolkitคืออะไร?

wikibox toolkit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jetjdsimon และคุณลักษณะหลักของมันคือ "A library of tools for aiding the creation of wikiboxes"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย wikibox toolkit

ดาวน์โหลดไฟล์ส่วนขยาย wikibox toolkit ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}