XKCD Substitutions

Change words to make stories more interesting.

XKCD Substitutions là gì?

XKCD Substitutions là một tiện ích mở rộng Chrome được phát triển bởi Jamhead, và tính năng chính của nó là "Change words to make stories more interesting.".

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

screenshot

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

Tải xuống các tệp mở rộng XKCD Substitutions 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

                        Based on the xkcd post http://xkcd.com/1288/

This automatically makes stories "more interesting" on any page you load. 

If you like this extension, you may find my grammer nazi sniper extension interesting!
https://chrome.google.com/webstore/detail/grammar-nazi-sniper/jfmcccckobkegdpemjgekhbcnjemdaed                    

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

Tên XKCD Substitutions XKCD Substitutions
ID lbinmfmfmffgamcaljgbfajbcnokjedd
URL Chính Thức https://chrome.google.com/webstore/detail/xkcd-substitutions/lbinmfmfmffgamcaljgbfajbcnokjedd
Mô tả Change words to make stories more interesting.
Kích Thước Tệp 67.69 KB
Số Lần Cài Đặt 20
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2013-11-10
Ngày Phát Hành 2013-11-10
Nhà Phát Triển Jamhead
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "XKCD Substitutions",
    "short_name": "xkcd subs",
    "description": "Change words to make stories more interesting.",
    "version": "1.0.1",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icons\/icon128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "wordChanger.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}