Articles Simplifier
This extension makes your web browsing much easier and comfortable by helping you simply read articles, news and more...
Qu'est-ce que Articles Simplifier ?
Articles Simplifier est une extension Chrome développée par noamamv, et sa fonction principale est "This extension makes your web browsing much easier and comfortable by helping you simply read articles, news and more...".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Articles Simplifier
Téléchargez les fichiers d'extension Articles Simplifier au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | hgaklaggfeoekgakpbmgjjfkagffolph |
URL Officiel | https://chrome.google.com/webstore/detail/articles-simplifier/hgaklaggfeoekgakpbmgjjfkagffolph |
Description | This extension makes your web browsing much easier and comfortable by helping you simply read articles, news and more... |
Taille du Fichier | 19.48 KB |
Nombre d'Installations | 816 |
Version Actuelle | 1 |
Dernière Mise à Jour | 2022-02-15 |
Date de Publication | 2022-02-15 |
Développeur | noamamv |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://home.articlesimplifier.com/ |
URL de la Page d'Aide | https://home.articlesimplifier.com/contact.html |
URL de la Page de Politique de Confidentialité | https://home.articlesimplifier.com/privacy.html |
Langues Prises en Charge | 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" } |