Lispify
The Web, with a lisp.
Lispifyとは何ですか?
Lispifyはhttps://katipologic.comによって開発されたChromeの拡張機能で、その主な機能は「The Web, with a lisp.」です。
拡張機能のスクリーンショット
Lispify拡張機能のCRXファイルをダウンロード
Lispify拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Converts the text of all Web sites to sound as if it were written with a lisp. Created by the original developer of Craigs-lisp.org. Instructions: 1) Install Lispify 2) Browse the Web 3) Hilarity ensues Lispify can be disabled by clicking the purple L button on your browser's toolbar.
拡張機能の基本情報
名前 | |
ID | kpifefbjebahjmdjmhnifljhelnlondh |
公式URL | https://chromewebstore.google.com/detail/lispify/kpifefbjebahjmdjmhnifljhelnlondh |
説明 | The Web, with a lisp. |
ファイルサイズ | 143 KB |
インストール数 | 48 |
現在のバージョン | 1.1 |
最終更新日 | 2014-08-08 |
公開日 | 2014-08-08 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | https://katipologic.com |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lispify", "version": "1.1", "description": "The Web, with a lisp.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ], "browser_action": { "default_icon": "Lispify128.png", "default_popup": "settings.html" }, "options_page": "settings.html", "permissions": [ "storage" ] } |