Tengwar Transcriber for Chrome
Transcribes any web site's text into Tengwar
Co to jest Tengwar Transcriber for Chrome?
Tengwar Transcriber for Chrome to rozszerzenie Chrome opracowane przez Braden Shepherdson, a jego główną funkcją jest „Transcribes any web site's text into Tengwar”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Tengwar Transcriber for Chrome
Pobierz pliki rozszerzeń Tengwar Transcriber for Chrome w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Tengwar Transcriber for Chrome |
ID | koeoodbheaonpfelgijdefgdnpchgckp |
Oficjalny URL | https://chromewebstore.google.com/detail/tengwar-transcriber-for-c/koeoodbheaonpfelgijdefgdnpchgckp |
Opis | Transcribes any web site's text into Tengwar |
Rozmiar pliku | 889 KB |
Liczba instalacji | 171 |
Aktualna Wersja | 0.1 |
Ostatnia Aktualizacja | 2020-03-05 |
Data Publikacji | 2020-03-04 |
Ocena | 4.00/5 Łącznie 3 Oceny |
Deweloper | Braden Shepherdson |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |