SCP Wiki Tools

Links together various userscripts for the SCP Foundation website

SCP Wiki Toolsคืออะไร?

SCP Wiki Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย runetynan และคุณลักษณะหลักของมันคือ "Links together various userscripts for the SCP Foundation website"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SCP Wiki Tools

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

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

                        A set of user-scripts, to alter and hopefully improve the experience of browsing the SCP Wiki. All code originally written by Crayne. All features can be turned on or off at will, though a page reload will be required for any changes to take effect.

Features include:
Deadlinks: shows at the top of main series if any links are currently pointing to nonexistent pages.
HIRTOY? or 'Have I Read This One Yet': shows checkmarks on SCP articles marked as read.
Prev/Next: buttons on every main series article.
Remove Rating: prevents the display of the the page votes bar at the top, and removes the number of votes displayed at the bottom of a page.
Real Votes: shows a new link under the page votes bar that displays in-depth rating info.
Author Karma: change forum karma bar to being based off of the number of articles the author has written.
Staff IDs: ever think that there are too many staff to keep track of? Now staff positions can be displayed under forum usernames.
PM Links: Displays a little button next to usernames that quick-links to sending a PM to that user.
Jumpbox: Displays a box at the very top of the page that allows one to leap straight to any scp article, or any other article on the site. Spaces are automatically replaced with dashes.

Github:
https://github.com/CraftSpider/SCPWikiTools

License:
The SCP Wiki, and all derivative works, are licensed under the CC-BY-SA, version 3.0. Thus, all artwork and usage of "SCP Foundation" and similar are covered under that license. The code separate from the foundation is unlicensed, however if derived without inclusion of the CC license, all media relevant to the foundation cannot be included.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SCP Wiki Tools SCP Wiki Tools
ID mlekifkggmodhopdfdpiofjnipnonmfn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/scp-wiki-tools/mlekifkggmodhopdfdpiofjnipnonmfn
คำอธิบาย Links together various userscripts for the SCP Foundation website
ขนาดไฟล์ 1.66 MB
จำนวนการติดตั้ง 969
เวอร์ชันปัจจุบัน 1.0.8
อัปเดตครั้งล่าสุด 2019-01-29
วันที่เผยแพร่ 2019-01-28
คะแนน 3.71/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา runetynan
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.scp-wiki.net
URL หน้าช่วยเหลือ https://github.com/CraftSpider/SCPWikiTools/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SCP Wiki Tools",
    "short_name": "SCP Tools",
    "version": "1.0.8",
    "description": "Links together various userscripts for the SCP Foundation website",
    "icons": {
        "16": "media\/16Logo.png",
        "128": "media\/128Logo.png",
        "1024": "media\/1024Logo.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "src\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": "pages\/selector.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "webNavigation",
        "http:\/\/www.scp-wiki.net\/",
        "http:\/\/scp-wiki.wikidot.com\/",
        "http:\/\/05command.wikidot.com\/senior-staff-list-teams",
        "http:\/\/sandboxcrayne.wikidot.com\/author-stats"
    ]
}