Drumpf
Donald Trump -> Donald Drumpf
Drumpfとは何ですか?
Drumpfはbrandon.canadayによって開発されたChromeの拡張機能で、その主な機能は「Donald Trump -> Donald Drumpf」です。
拡張機能のスクリーンショット
Drumpf拡張機能のCRXファイルをダウンロード
Drumpf拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Just a bit of fun. Changes all occurrences of Donald Trump's current surname to his old- and much more fun to say- family surname. It's even better than Drumpfinator (sorry John)!
拡張機能の基本情報
名前 | Drumpf |
ID | kekodjhnodpckpicipbflploeipnfggi |
公式URL | https://chromewebstore.google.com/detail/drumpf/kekodjhnodpckpicipbflploeipnfggi |
説明 | Donald Trump -> Donald Drumpf |
ファイルサイズ | 68.3 KB |
インストール数 | 40 |
現在のバージョン | 0.1.0 |
最終更新日 | 2017-05-25 |
公開日 | 2017-05-25 |
評価 | 3.00/5 合計 1 レビュー |
開発者 | brandon.canaday |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Drumpf", "description": "Donald Trump -> Donald Drumpf", "version": "0.1.0", "browser_action": { "default_icon": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "default_popup": "index.html" }, "content_scripts": [ { "css": [ "css\/main.css" ], "js": [ "js\/drumpf.js" ], "matches": [ "http:\/\/*\/*" ] } ], "permissions": [ "activeTab", "http:\/\/*\/*" ] } |