wikibox toolkit

A library of tools for aiding the creation of wikiboxes

wikibox toolkit란 무엇입니까?

wikibox toolkit은(는) jetjdsimon에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A library of tools for aiding the creation of wikiboxes"입니다.

확장 프로그램 스크린샷

screenshot

wikibox toolkit 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}