Beppify
Sostituisce i nomi dei politici con i soprannomi inventati da Beppe Grillo.
Beppifyとは何ですか?
Beppifyはdefacto133によって開発されたChromeの拡張機能で、その主な機能は「Sostituisce i nomi dei politici con i soprannomi inventati da Beppe Grillo.」です。
拡張機能のスクリーンショット
Beppify拡張機能のCRXファイルをダウンロード
Beppify拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Sostituisce i nomi dei politici con i soprannomi inventati da Beppe Grillo: "Berlusconi" diventa "Psiconano", "Renzi" diventa "Ebetino", "Monti" diventa "Rigor Montis", "Letta" diventa "Capitan Findus", "Bersani" diventa "Gargamella" e "Napolitano" diventa "Morfeo".
Source code: https://github.com/defacto133/beppify
Citazioni: http://www.giornalettismo.com/archives/1471131/beppify-il-programma-che-beppegrilla-linternet
http://espresso.repubblica.it/visioni/2014/04/30/news/ebetino-morfeo-psiconano-e-gargamella-l-app-fa-parlare-il-web-come-beppe-grillo-1.163363
http://www.adnkronos.com/IGN/News/Politica/M5S-da-Gargamella-a-Morfeo-il-grillese-di-Beppe-diventa-una-app_321493605489.html 拡張機能の基本情報
| 名前 | |
| ID | lgbjgkagaihamajlogajfhonaklbelkl |
| 公式URL | https://chromewebstore.google.com/detail/beppify/lgbjgkagaihamajlogajfhonaklbelkl |
| 説明 | Sostituisce i nomi dei politici con i soprannomi inventati da Beppe Grillo. |
| ファイルサイズ | 39.3 KB |
| インストール数 | 45 |
| 現在のバージョン | 0.3 |
| 最終更新日 | 2014-05-01 |
| 公開日 | 2014-05-01 |
| 評価 | 4.59/5 合計 17 レビュー |
| 開発者 | defacto133 |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/defacto133/beppify |
| 対応言語 | it |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"version": "0.3",
"name": "Beppify",
"description": "Sostituisce i nomi dei politici con i soprannomi inventati da Beppe Grillo.",
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content_script.js"
],
"run_at": "document_end"
}
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |