readify.me
A safe, easy, open-source solution that allows you to read articles in peace.
Cos'è readify.me?
readify.me è un'estensione di Chrome sviluppata da https://readify.me, e la sua funzione principale è "A safe, easy, open-source solution that allows you to read articles in peace.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione readify.me
Scarica i file di estensione readify.me in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | readify.me |
ID | ibamjdgecnapcbhancfphijocbanfgga |
URL Ufficiale | https://chromewebstore.google.com/detail/readifyme/ibamjdgecnapcbhancfphijocbanfgga |
Descrizione | A safe, easy, open-source solution that allows you to read articles in peace. |
Dimensione del File | 17.01 KB |
Conteggio Installazioni | 343 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2021-06-17 |
Data di Pubblicazione | 2021-06-16 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://readify.me |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://readify.me |
URL della Pagina di Aiuto | https://github.com/jotslo/readify.me/issues |
Lingue Supportate | 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" } } |