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」です。
拡張機能のスクリーンショット
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 |
ID | lndkcaldfpakdjdjgdpchoohjnbaaohk |
公式URL | 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" } ] } |