Trumpify
Make the internet great again.
Trumpifyとは何ですか?
Trumpifyはhttp://www.wouterplanet.comによって開発されたChromeの拡張機能で、その主な機能は「Make the internet great again.」です。
拡張機能のスクリーンショット
Trumpify拡張機能のCRXファイルをダウンロード
Trumpify拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension allows you to Trumpify every website you visit with a single click on the button!
拡張機能の基本情報
名前 | |
ID | hifpobgbooailknpjkhhffkclhihbefp |
公式URL | https://chrome.google.com/webstore/detail/trumpify/hifpobgbooailknpjkhhffkclhihbefp |
説明 | Make the internet great again. |
ファイルサイズ | 97.96 KB |
インストール数 | 15 |
現在のバージョン | 1.0 |
最終更新日 | 2017-01-25 |
公開日 | 2017-01-25 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | http://www.wouterplanet.com |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Trumpify", "description": "Make the internet great again.", "background": { "scripts": [ "background.js" ] }, "icons": { "36": "36.png", "48": "48.png", "144": "144.png" }, "version": "1.0", "manifest_version": 2, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Trumpify This.", "default_icon": "icon.png" } } |