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”。
擴展截圖
下載wikibox toolkit擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | ahbjlmcgpnondmgkgndhlpfobpjkmdoe |
| 官方網址 | 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"
}
} | |