Articles Simplifier
This extension makes your web browsing much easier and comfortable by helping you simply read articles, news and more...
Τι είναι το Articles Simplifier;
Το Articles Simplifier είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον noamamv, και η κύρια λειτουργία του είναι "This extension makes your web browsing much easier and comfortable by helping you simply read articles, news and more...".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Articles Simplifier
Λήψη αρχείων επέκτασης Articles Simplifier σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | hgaklaggfeoekgakpbmgjjfkagffolph |
Επίσημο URL | https://chrome.google.com/webstore/detail/articles-simplifier/hgaklaggfeoekgakpbmgjjfkagffolph |
Περιγραφή | This extension makes your web browsing much easier and comfortable by helping you simply read articles, news and more... |
Μέγεθος Αρχείου | 19.48 KB |
Αριθμός Εγκαταστάσεων | 816 |
Τρέχουσα Έκδοση | 1 |
Τελευταία Ενημέρωση | 2022-02-15 |
Ημερομηνία Δημοσίευσης | 2022-02-15 |
Προγραμματιστής | noamamv |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://home.articlesimplifier.com/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://home.articlesimplifier.com/contact.html |
URL της Σελίδας Πολιτικής Απορρήτου | https://home.articlesimplifier.com/privacy.html |
Υποστηριζόμενες Γλώσσες | 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" } |