Make America Medieval Again
Replaces images of Donald Trump with images of medieval manuscripts. Based on code for Make America Kittens Again
Make America Medieval Againとは何ですか?
Make America Medieval Againはdot.porterによって開発されたChromeの拡張機能で、その主な機能は「Replaces images of Donald Trump with images of medieval manuscripts. Based on code for Make America Kittens Again」です。
拡張機能のスクリーンショット
Make America Medieval Again拡張機能のCRXファイルをダウンロード
Make America Medieval Again拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
You can use this extension if you'd rather look at images of interesting medieval manuscripts than Donald Trump. The images are of manuscripts hosted on the University of Pennsylvania's OPenn (http://openn.library.upenn.edu), and features a variety of books including a Book of Hours, a 13th century Bible, an Arabic scientific manuscript, a German scientific manuscript, and a couple of Haggadah. Fair warning: if you're looking for the Book of Kells you'll probably be disappointed, and if you have Make America Kittens Again installed you probably need to turn it off for this one to work.
拡張機能の基本情報
名前 | Make America Medieval Again |
ID | lboadpaekaifmnaepgilmalmiohejhgn |
公式URL | https://chromewebstore.google.com/detail/make-america-medieval-aga/lboadpaekaifmnaepgilmalmiohejhgn |
説明 | Replaces images of Donald Trump with images of medieval manuscripts. Based on code for Make America Kittens Again |
ファイルサイズ | 13.01 MB |
インストール数 | 251 |
現在のバージョン | 1.0 |
最終更新日 | 2017-06-30 |
公開日 | 2017-06-30 |
評価 | 4.25/5 合計 4 レビュー |
開発者 | dot.porter |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Make America Medieval Again", "description": "Replaces images of Donald Trump with images of medieval manuscripts. Based on code for Make America Kittens Again", "version": "1.0", "options_page": "mamaoptions.html", "permissions": [ "http:\/\/www.teaandkittens.co.uk\/", "storage", "contextMenus" ], "icons": { "48": "mama48.png", "128": "mama128.png" }, "browser_action": { "default_icon": { "48": "mama48.png", "128": "mama128.png" }, "default_title": "#MAMA", "default_popup": "mamaoptions.html" }, "background": { "scripts": [ "setmamamenu.js" ] }, "content_scripts": [ { "matches": [ " |