Pool to poker and poker to pool

Poker should be called pool and pool should be called poker

什麼是Pool to poker and poker to pool?

Pool to poker and poker to pool是由adean開發的Chrome擴展程式,該擴展的主要功能是“Poker should be called pool and pool should be called poker”。

擴展截圖

screenshot
screenshot

下載Pool to poker and poker to pool擴展crx文件

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

擴展使用說明

                        Chrome extension to change "pool" to "poker" and "poker" to "pool"
~What? Why?!~
In what is commonly referred to as "pool," you poke the balls. In so-called "poker," money is pooled.

~How does this work?! Want to contribute and add NLP and stuff?~ 
Check out the code: https://github.com/andreadean/plop                    

擴展基本資訊

名稱 Pool to poker and poker to pool Pool to poker and poker to pool
ID lndkcaldfpakdjdjgdpchoohjnbaaohk
官方網址 https://chromewebstore.google.com/detail/pool-to-poker-and-poker-t/lndkcaldfpakdjdjgdpchoohjnbaaohk
簡介 Poker should be called pool and pool should be called poker
檔案大小 26.42 KB
安裝次數 11
目前版本 0.0.2
更新時間 2017-07-05
上架時間 2017-07-05
評分 5.00/5 共 9 次評分
開發者 adean
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pool to poker and poker to pool",
    "short_name": "plop",
    "description": "Poker should be called pool and pool should be called poker",
    "author": "Andrea",
    "version": "0.0.2",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}