Gnomed

Replaces nouns with Gnomes. Only works on sites NOT loaded over SSL (the url starts with http and not https).

Gnomed là gì?

Gnomed là một tiện ích mở rộng Chrome được phát triển bởi Fræzeee, và tính năng chính của nó là "Replaces nouns with Gnomes. Only works on sites NOT loaded over SSL (the url starts with http and not https).".

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

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

                        Replaces nouns with Gnomes. Only works on sites NOT loaded over SSL (the url starts with http and not https).                    

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

Tên Gnomed Gnomed
ID fobkebkgdhhknfacdoecodonepgcdfnh
URL Chính Thức https://chrome.google.com/webstore/detail/gnomed/fobkebkgdhhknfacdoecodonepgcdfnh
Mô tả Replaces nouns with Gnomes. Only works on sites NOT loaded over SSL (the url starts with http and not https).
Kích Thước Tệp 636 KB
Số Lần Cài Đặt 14
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2017-04-08
Ngày Phát Hành 2017-04-08
Nhà Phát Triển Fræzeee
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": "Gnomed",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "bundle.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}