Articles Simplifier
This extension makes your web browsing much easier and comfortable by helping you simply read articles, news and more...
Hvad er Articles Simplifier?
Articles Simplifier er en Chrome-udvidelse udviklet af noamamv, og dens hovedfunktion er "This extension makes your web browsing much easier and comfortable by helping you simply read articles, news and more...".
Udvidelsesskærmbilleder
Download Articles Simplifier-udvidelses-CRX-fil
Download Articles Simplifier-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This extension makes your web browsing much easier and comfortable by helping you simply read articles, news and more using www.outline.com services. Just click "Add to Chrome," then visit your favorite website for reading and our extension will use it’s url for presenting you the simplify info, no copy\past needed. Simply click the extension button, or right click in a page you want to simplify and click on our extension to redirect your article to Outline.com. Hopefully you enjoy our extension, we would love to hear feedback from you.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | hgaklaggfeoekgakpbmgjjfkagffolph |
Officiel URL | https://chrome.google.com/webstore/detail/articles-simplifier/hgaklaggfeoekgakpbmgjjfkagffolph |
Beskrivelse | This extension makes your web browsing much easier and comfortable by helping you simply read articles, news and more... |
Filstørrelse | 19.48 KB |
Antal Installationer | 816 |
Nuværende Version | 1 |
Senest Opdateret | 2022-02-15 |
Udgivelsesdato | 2022-02-15 |
Udvikler | noamamv |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://home.articlesimplifier.com/ |
Hjælpeside-URL | https://home.articlesimplifier.com/contact.html |
URL til Fortrolighedspolitik Side | https://home.articlesimplifier.com/privacy.html |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": "logo128.png", "default_title": "Articles Simplifier" }, "background": { "service_worker": "background.js" }, "description": "This extension makes your web browsing much easier and comfortable by helping you simply read articles, news and more...", "icons": { "128": "logo128.png", "16": "logo16.png", "48": "logo48.png" }, "manifest_version": 3, "name": "Articles Simplifier", "permissions": [ "activeTab", "contextMenus", "tabs", "alarms", "storage" ], "version": "1" } |