Haha

Haha Reaction for Grapevine.

什麼是Haha?

Haha是由https://grapevineextension.com開發的Chrome擴展程式,該擴展的主要功能是“Haha Reaction for Grapevine.”。

擴展截圖

screenshot

下載Haha擴展crx文件

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

擴展使用說明

                        Grapevine allows you to see how others react to the websites you visit. You can react using emojis, post and comment using text, photos, videos on any public web page. Install the other Grapevine extensions and you will immediately see reactions on every page load. Use them once and you will be hooked.

Required extension:

Grapevine - https://chrome.google.com/webstore/detail/grapevine/pgfhdfgokijomadjefbagiimfbbjbboo

Optional extensions (but extremely helpful - install some or all):

Love - https://chrome.google.com/webstore/detail/love/dhnnpmmgjohnolfmbheiamfanbcjielb

Haha - https://chrome.google.com/webstore/detail/haha/jpijnodkjihpfmgjfoclhichlfmemlcf

Wow - https://chrome.google.com/webstore/detail/wow/dganhegmbknejbcopplhiilehflkndnj

Sad - https://chrome.google.com/webstore/detail/sad/ckbeklpngeplfhpdkmndilcfgbckkoje

Angry - https://chrome.google.com/webstore/detail/angry/becbcdpelcccgfgncohifamjfbnbdbie

Embarrassed - https://chrome.google.com/webstore/detail/embarrassed/eokacodeamhddffhcbmpnnibkibalmko

Disgusted - https://chrome.google.com/webstore/detail/disgusted/kfcinikpekblkpdbblionmahodnghhbm

Worried - https://chrome.google.com/webstore/detail/worried/kajfomibjfjbopmoadkcaaakdkaffbdj                    

擴展基本資訊

名稱 Haha Haha
ID jpijnodkjihpfmgjfoclhichlfmemlcf
官方網址 https://chromewebstore.google.com/detail/haha/jpijnodkjihpfmgjfoclhichlfmemlcf
簡介 Haha Reaction for Grapevine.
檔案大小 46.64 KB
安裝次數 0
目前版本 0.20
更新時間 2017-10-26
上架時間 2017-10-25
開發者 https://grapevineextension.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.grapevineextension.com
隱私政策頁面URL https://www.grapevineextension.com/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Haha",
    "short_name": "Haha",
    "version": "0.20",
    "description": "Haha Reaction for Grapevine.",
    "homepage_url": "https:\/\/www.grapevineextension.com",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "browser_action": {
        "default_title": "Haha",
        "default_icon": "haha-32.png"
    },
    "background": {
        "scripts": [
            "jquery.min.js",
            "Env.js",
            "Hnode.js",
            "Reaction.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "Env.js",
                "content_script.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ],
    "manifest_version": 2
}