XKCD Substitutions Part II

Substitutes words and phrases for 'more interesting' news reading as suggested by the latest XKCD comic! https://xkcd.com/1625/…

XKCD Substitutions Part II là gì?

XKCD Substitutions Part II là một tiện ích mở rộng Chrome được phát triển bởi LCartwright, và tính năng chính của nó là "Substitutes words and phrases for 'more interesting' news reading as suggested by the latest XKCD comic! https://xkcd.com/1625/…".

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

screenshot
screenshot
screenshot

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

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

                        Substitutes words and phrases for 'more interesting' news reading as suggested by the latest XKCD comic! https://xkcd.com/1625/

Click the extension icon to start/stop the substitutions. 

Have fun!

Note: This is extension is not endorsed by, or in any way affiliated with xkcd.com. Just a little side project.                    

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

Tên XKCD Substitutions Part II XKCD Substitutions Part II
ID aelgcopfphgocgboofnfjdifgfejapne
URL Chính Thức https://chrome.google.com/webstore/detail/xkcd-substitutions-part-i/aelgcopfphgocgboofnfjdifgfejapne
Mô tả Substitutes words and phrases for 'more interesting' news reading as suggested by the latest XKCD comic! https://xkcd.com/1625/…
Kích Thước Tệp 49.05 KB
Số Lần Cài Đặt 39
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2016-01-18
Ngày Phát Hành 2016-01-18
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển LCartwright
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 Part II",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "content.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": "icon-48-disabled.png",
        "default_title": "XKCD Substitutions Part II"
    },
    "permissions": [
        "",
        "storage",
        "tabs"
    ]
}