readify.me
A safe, easy, open-source solution that allows you to read articles in peace.
Co je readify.me?
readify.me je rozšíření Chrome vyvinuté https://readify.me, a jeho hlavní funkcí je „A safe, easy, open-source solution that allows you to read articles in peace.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření readify.me
Stáhněte si soubory rozšíření readify.me ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Trying to read an article with annoying ads or interruptions? readify.me provides a safe, easy, open-source solution that allows you to read articles in peace - all without the need to create an account or even store any cookies! The readify.me browser extension makes it even easier to view a webpage with readify.me. Simply click the extension button when you're trying to read an article with obtrusive information, and you will be quickly redirected to readify.me, where you can read your desired article in peace.
Základní Informace o Rozšíření
Název | readify.me |
ID | ibamjdgecnapcbhancfphijocbanfgga |
Oficiální URL | https://chromewebstore.google.com/detail/readifyme/ibamjdgecnapcbhancfphijocbanfgga |
Popis | A safe, easy, open-source solution that allows you to read articles in peace. |
Velikost souboru | 17.01 KB |
Počet instalací | 343 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2021-06-17 |
Datum Vydání | 2021-06-16 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | https://readify.me |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://readify.me |
URL Stránky Nápovědy | https://github.com/jotslo/readify.me/issues |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "readify.me", "description": "A safe, easy, open-source solution that allows you to read articles in peace.", "version": "1.0", "manifest_version": 3, "permissions": [ "activeTab" ], "background": { "service_worker": "\/background.js" }, "action": { "default_icon": { "16": "\/images\/book16.png", "32": "\/images\/book32.png", "48": "\/images\/book48.png", "128": "\/images\/book128.png" } }, "icons": { "16": "\/images\/book16.png", "32": "\/images\/book32.png", "48": "\/images\/book48.png", "128": "\/images\/book128.png" } } |