readify.me
A safe, easy, open-source solution that allows you to read articles in peace.
Apa itu readify.me?
readify.me adalah ekstensi Chrome yang dikembangkan oleh https://readify.me, dan fitur utamanya adalah "A safe, easy, open-source solution that allows you to read articles in peace.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi readify.me
Unduh file ekstensi readify.me dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | readify.me |
ID | ibamjdgecnapcbhancfphijocbanfgga |
URL Resmi | https://chromewebstore.google.com/detail/readifyme/ibamjdgecnapcbhancfphijocbanfgga |
Deskripsi | A safe, easy, open-source solution that allows you to read articles in peace. |
Ukuran File | 17.01 KB |
Jumlah Instalasi | 343 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2021-06-17 |
Tanggal Publikasi | 2021-06-16 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | https://readify.me |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://readify.me |
URL Halaman Bantuan | https://github.com/jotslo/readify.me/issues |
Bahasa yang Didukung | 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" } } |