Happy Translator

Turn negativity into nice-itivity, all over your internets.

Happy Translator là gì?

Happy Translator là một tiện ích mở rộng Chrome được phát triển bởi http://choosehappy.koodomobile.com, và tính năng chính của nó là "Turn negativity into nice-itivity, all over your internets.".

Ả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 Happy Translator

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

                        Tired of trolls mucking up your comment feeds? Ready to read replies that aren’t just ‘@(*#$@#$&”? Have we got the Chrome Extension for you!
Just download it, turn it on, and enjoy your happier internet.                    

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

Tên Happy Translator Happy Translator
ID hnjmndaoladpepcdbmcfllenhmplfpbl
URL Chính Thức https://chrome.google.com/webstore/detail/happy-translator/hnjmndaoladpepcdbmcfllenhmplfpbl
Mô tả Turn negativity into nice-itivity, all over your internets.
Kích Thước Tệp 93.37 KB
Số Lần Cài Đặt 31
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2016-01-29
Ngày Phát Hành 2016-01-29
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển http://choosehappy.koodomobile.com
Loại Thanh Toán free
Trang Web Mở Rộng http://choosehappy.koodomobile.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Happy Translator",
    "version": "1.2.1",
    "description": "Turn negativity into nice-itivity, all over your internets.",
    "author": "CampJefferson",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/128.png",
        "128": "images\/128.png"
    },
    "background": {
        "scripts": [
            "ht-storage.js",
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/32.png",
            "38": "images\/48.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_maches": [
                "*:\/\/mail.google.com\/*",
                "*:\/\/calendar.google.com\/*",
                "*:\/\/drive.google.com\/*",
                "*:\/\/docs.google.com\/*",
                "*:\/\/calendar.google.com\/*",
                "*:\/\/bitbucket.org\/*",
                "*:\/\/toggl.com\/*",
                "*:\/\/*.slack.com\/*",
                "*:\/\/trello.com\/*"
            ],
            "all_frames": false,
            "js": [
                "ht-storage.js",
                "findAndReplaceDOMText.js",
                "ga.js",
                "jquery-1.11.3.min.js",
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "dictionary.json"
    ],
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "*:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}