“President” Trump
Replaces instances of President Trump with “President” Trump (adds quotations)
“President” Trumpとは何ですか?
“President” Trumpはhttps://www.someguy.isによって開発されたChromeの拡張機能で、その主な機能は「Replaces instances of President Trump with “President” Trump (adds quotations)」です。
拡張機能のスクリーンショット
“President” Trump拡張機能のCRXファイルをダウンロード
“President” Trump拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
It'll also insert "President" before mentions of Trump... because over the next 4 years, it's important to be reminded that his presidency is illegitimate. Give it a try, it's oddly soothing.
拡張機能の基本情報
名前 | “President” Trump |
ID | mepmmhgfbgdepgombedfmppbjcjnaibg |
公式URL | https://chromewebstore.google.com/detail/%E2%80%9Cpresident%E2%80%9D-trump/mepmmhgfbgdepgombedfmppbjcjnaibg |
説明 | Replaces instances of President Trump with “President” Trump (adds quotations) |
ファイルサイズ | 200 KB |
インストール数 | 246 |
現在のバージョン | 1.2 |
最終更新日 | 2017-01-21 |
公開日 | 2017-01-21 |
評価 | 4.73/5 合計 22 レビュー |
開発者 | https://www.someguy.is |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://www.someguy.is |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u201cPresident\u201d Trump", "short_name": "Replaces instances of President Trump with \u201cPresident\u201d Trump (adds quotations", "version": "1.2", "description": "Replaces instances of President Trump with \u201cPresident\u201d Trump (adds quotations)", "icons": { "16": "images\/logo_16.png", "48": "images\/logo_48.png", "128": "images\/logo_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "myscript.js" ], "run_at": "document_end" } ] } |