Tengwar Transcriber for Chrome
Transcribes any web site's text into Tengwar
Tengwar Transcriber for Chromeคืออะไร?
Tengwar Transcriber for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Braden Shepherdson และคุณลักษณะหลักของมันคือ "Transcribes any web site's text into Tengwar"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tengwar Transcriber for Chrome
ดาวน์โหลดไฟล์ส่วนขยาย Tengwar Transcriber for Chrome ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Tengwar Transcriber for Chrome |
ID | koeoodbheaonpfelgijdefgdnpchgckp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tengwar-transcriber-for-c/koeoodbheaonpfelgijdefgdnpchgckp |
คำอธิบาย | Transcribes any web site's text into Tengwar |
ขนาดไฟล์ | 889 KB |
จำนวนการติดตั้ง | 171 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2020-03-05 |
วันที่เผยแพร่ | 2020-03-04 |
คะแนน | 4.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Braden Shepherdson |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" } } |