Lispify
The Web, with a lisp.
Lispify là gì?
Lispify là một tiện ích mở rộng Chrome được phát triển bởi https://katipologic.com, và tính năng chính của nó là "The Web, with a lisp.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Lispify
Tải xuống các tệp mở rộng Lispify dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | kpifefbjebahjmdjmhnifljhelnlondh |
URL Chính Thức | https://chromewebstore.google.com/detail/lispify/kpifefbjebahjmdjmhnifljhelnlondh |
Mô tả | The Web, with a lisp. |
Kích Thước Tệp | 143 KB |
Số Lần Cài Đặt | 48 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2014-08-08 |
Ngày Phát Hành | 2014-08-08 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | https://katipologic.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |