Happy Translator

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

什麼是Happy Translator?

Happy Translator是由http://choosehappy.koodomobile.com開發的Chrome擴展程式,該擴展的主要功能是“Turn negativity into nice-itivity, all over your internets.”。

擴展截圖

screenshot

下載Happy Translator擴展crx文件

下載Happy Translator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Happy Translator Happy Translator
ID hnjmndaoladpepcdbmcfllenhmplfpbl
官方網址 https://chrome.google.com/webstore/detail/happy-translator/hnjmndaoladpepcdbmcfllenhmplfpbl
簡介 Turn negativity into nice-itivity, all over your internets.
檔案大小 93.37 KB
安裝次數 31
目前版本 1.2.1
更新時間 2016-01-29
上架時間 2016-01-29
評分 4.50/5 共 2 次評分
開發者 http://choosehappy.koodomobile.com
付費類型 free
擴展官網 http://choosehappy.koodomobile.com
支援的語言 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'"
}