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 |
官方網址 | 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:\/\/*\/*" ] } |