Tengwar Transcriber for Chrome
Transcribes any web site's text into Tengwar
Tengwar Transcriber for Chrome là gì?
Tengwar Transcriber for Chrome là một tiện ích mở rộng Chrome được phát triển bởi Braden Shepherdson, và tính năng chính của nó là "Transcribes any web site's text into Tengwar".
Ả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 Tengwar Transcriber for Chrome
Tải xuống các tệp mở rộng Tengwar Transcriber for Chrome 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
This extension converts the text on any web page into Tengwar. It includes the Tengwar Annatar font, so you don't need any fonts installed on your computer for this extension to work. This extension is a "page action", meaning that it can process all the text on the page, it can't connect to the network, and so can't do anything nefarious.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Tengwar Transcriber for Chrome |
ID | koeoodbheaonpfelgijdefgdnpchgckp |
URL Chính Thức | https://chromewebstore.google.com/detail/tengwar-transcriber-for-c/koeoodbheaonpfelgijdefgdnpchgckp |
Mô tả | Transcribes any web site's text into Tengwar |
Kích Thước Tệp | 889 KB |
Số Lần Cài Đặt | 171 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2020-03-05 |
Ngày Phát Hành | 2020-03-04 |
Đánh Giá | 4.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Braden Shepherdson |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tengwar Transcriber for Chrome", "version": "0.1", "description": "Transcribes any web site's text into Tengwar", "manifest_version": 2, "permissions": [ "activeTab" ], "browser_action": { "default_title": "Tengwar Transcriber" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "web_accessible_resources": [ "fonts\/*.ttf" ], "icons": { "16": "tengwar-icon16.png", "32": "tengwar-icon32.png", "48": "tengwar-icon48.png", "64": "tengwar-icon64.png", "128": "tengwar-icon128.png", "256": "tengwar-icon256.png" } } |