xkcd Substitutions Plus

Substitutions that make reading the news more fun.

xkcd Substitutions Plusคืออะไร?

xkcd Substitutions Plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ido และคุณลักษณะหลักของมันคือ "Substitutions that make reading the news more fun."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย xkcd Substitutions Plus

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

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

                        - Add your own substitutions! (Options page)
- Switch the extension on/off

version 3.0
- Added an option to substitute word parts (and not only complete words). This option also support non-English word substitution.

version 2.7
- Some bugs fixed (on/off not saved).
- Fixed performance issue. 

You are welcome to contact me with bug reports and new feature requests!

Credit to xkcd.com/1288                    

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

ชื่อ xkcd Substitutions Plus xkcd Substitutions Plus
ID oppfdcfjocbkhcakmfhenlgimjmoohid
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/xkcd-substitutions-plus/oppfdcfjocbkhcakmfhenlgimjmoohid
คำอธิบาย Substitutions that make reading the news more fun.
ขนาดไฟล์ 31.76 KB
จำนวนการติดตั้ง 92
เวอร์ชันปัจจุบัน 3.0
อัปเดตครั้งล่าสุด 2019-06-30
วันที่เผยแพร่ 2019-06-30
คะแนน 5.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา Ido
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://app.loadmill.com/assets/privacy-policy.pdf
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "xkcd Substitutions Plus",
    "description": "Substitutions that make reading the news more fun.",
    "version": "3.0",
    "icons": {
        "16": "images\/black_hat16.png",
        "48": "images\/black_hat48.png",
        "128": "images\/black_hat128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "options_page": "html\/options.html",
    "browser_action": {
        "default_title": "xkcd: Substitutions+",
        "default_icon": {
            "19": "images\/black_hat19.png",
            "38": "images\/black_hat38.png"
        }
    }
}