Polyglot
Read EPUB e-books in foreign language
Vad är Polyglot?
Polyglot är en Chrome-tillägg utvecklad av olku, och dess huvudfunktion är "Read EPUB e-books in foreign language".
Tilläggsskärmbilder
Ladda ner Polyglot-förlängningens CRX-fil
Ladda ner Polyglot-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
Namn | |
ID | cgfpjgpieooffmbjdobpndjelpbmlkcl |
Officiell webbadress | https://chrome.google.com/webstore/detail/polyglot/cgfpjgpieooffmbjdobpndjelpbmlkcl |
Beskrivning | Read EPUB e-books in foreign language |
Filstorlek | 269 KB |
Antal Installationer | 158 |
Aktuell Version | 1.7 |
Senast Uppdaterad | 2019-12-22 |
Publiceringsdatum | 2019-12-22 |
Utvecklare | olku |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://polyglot.mobi |
URL till Sekretesspolicy Sidan | http://noleaks.eu |
Stödda Språk | en,fr,tr,es,it,pl,cs,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.7", "author": "Olegs Kunicins", "name": "__MSG_name__", "short_name": "__MSG_name__", "minimum_chrome_version": "49.0", "minimum_opera_version": "36.0", "default_locale": "en", "permissions": [ "tabs", "https:\/\/translate.yandex.net\/*", "https:\/\/polyglot.mobi\/*", "storage", "unlimitedStorage" ], "description": "__MSG_description__", "browser_action": { "default_title": "__MSG_name__", "default_icon": { "16": "media\/icon_16.png", "32": "media\/icon_32.png", "48": "media\/icon_48.png", "64": "media\/icon_64.png", "128": "media\/icon_128.png" }, "default_popup": "popup.html" }, "icons": { "16": "media\/icon_16.png", "32": "media\/icon_32.png", "48": "media\/icon_48.png", "64": "media\/icon_64.png", "128": "media\/icon_128.png" }, "web_accessible_resources": [ "frontend.html" ], "applications": { "gecko": { "id": "{43661e79-ba75-4395-83c9-29f905cb0221}", "strict_min_version": "57.0" } } } |