XKCD substitutions

Making the web a stranger better place.

XKCD substitutions là gì?

XKCD substitutions là một tiện ích mở rộng Chrome được phát triển bởi alec.posney, và tính năng chính của nó là "Making the web a stranger better place.".

Ả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

                        Is the news getting you down? Well about to be cheered up with substitutions that make reading the news more fun.

see http://xkcd.com/1288, https://xkcd.com/1625/

Now with custom substitutions! Simply right click the extension icon and click options to add your own.

some other xkcd jokes have made it into the newest version.
https://xkcd.com/1004/
https://xkcd.com/1418/
https://xkcd.com/1031/
https://xkcd.com/1625/

all credit to xkcd

also checkout s/keyboard/leopard, which inspired this extension.
http://chrome.google.com/webstore/detail/skeyboardleopard/oheflacdocadefgdpiimpapbkomhgbbe

source: https://github.com/Posnet/xkcd-substitutions                    

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

Tên XKCD substitutions XKCD substitutions
ID jkgogmboalmaijfgfhfepckdgjeopfhk
URL Chính Thức https://chromewebstore.google.com/detail/xkcd-substitutions/jkgogmboalmaijfgfhfepckdgjeopfhk
Mô tả Making the web a stranger better place.
Kích Thước Tệp 432 KB
Số Lần Cài Đặt 8,032
Phiên Bản Hiện Tại 1.4.1
Cập Nhật Lần Cuối 2016-03-13
Ngày Phát Hành 2016-03-13
Đánh Giá 4.54/5 Tổng số 301 Đánh Giá
Nhà Phát Triển alec.posney
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "XKCD substitutions",
    "description": "Making the web a stranger better place.",
    "version": "1.4.1",
    "options_page": "html\/config.html",
    "browser_action": {
        "default_icon": {
            "19": "images\/enabled.png"
        },
        "default_title": "click to disable xkcd substitutions"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "128": "images\/icon128.png"
    }
}