xkcd Substitutions Plus

Substitutions that make reading the news more fun.

xkcd Substitutions Plus là gì?

xkcd Substitutions Plus là một tiện ích mở rộng Chrome được phát triển bởi Ido, và tính năng chính của nó là "Substitutions that make reading the news more fun.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng xkcd Substitutions Plus

Tải xuống các tệp mở rộng xkcd Substitutions Plus dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        - 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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên xkcd Substitutions Plus xkcd Substitutions Plus
ID oppfdcfjocbkhcakmfhenlgimjmoohid
URL Chính Thức https://chrome.google.com/webstore/detail/xkcd-substitutions-plus/oppfdcfjocbkhcakmfhenlgimjmoohid
Mô tả Substitutions that make reading the news more fun.
Kích Thước Tệp 31.76 KB
Số Lần Cài Đặt 92
Phiên Bản Hiện Tại 3.0
Cập Nhật Lần Cuối 2019-06-30
Ngày Phát Hành 2019-06-30
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Ido
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://app.loadmill.com/assets/privacy-policy.pdf
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}