LightUpTheWeb(Beta)
Bookmark, Highlight and Search
Τι είναι το LightUpTheWeb(Beta);
Το LightUpTheWeb(Beta) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://lightuptheweb.net, και η κύρια λειτουργία του είναι "Bookmark, Highlight and Search".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης LightUpTheWeb(Beta)
Λήψη αρχείων επέκτασης LightUpTheWeb(Beta) σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
LightUpTheWeb is a multi-featured, innovative web platform that provides enhanced and personalized web experiences. We all can agree that surfing the web can be an overwhelming experience due to the information being abundant, disorganized, and overloaded. Our goal is to offer you a solution for all these three problems holistically. It serves most of your information organizational needs and provides tools to tame your web your way. The use cases of LightUpTheWeb extend from needs in shopping, learning, travel, entertainment, innovation, and strategic decision-making. For example, the top 10 functionalities offered by LightUpTheWeb are: 1) Search tool that searches on your highlight 2) Tools to work with collaborative research (Voting) 3) Collaborative Highlights 4) Link Harvester (To captured Links from your Favorite Search and Social Networks) 5) Related Sites 6) Emoji Annotation 7) Enhanced Search Results from Google 8) Decision Making tools 9) Image capture from web and youtube 10) Sticky Notes.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | afabncndnlipbonmgbjjcfddjhpmlgeo |
Επίσημο URL | https://chromewebstore.google.com/detail/lightupthewebbeta/afabncndnlipbonmgbjjcfddjhpmlgeo |
Περιγραφή | Bookmark, Highlight and Search |
Μέγεθος Αρχείου | 9.13 MB |
Αριθμός Εγκαταστάσεων | 23 |
Τρέχουσα Έκδοση | 1.0.180 |
Τελευταία Ενημέρωση | 2024-01-23 |
Ημερομηνία Δημοσίευσης | 2020-07-04 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | https://lightuptheweb.net |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | http://lightuptheweb.in/privacyPolicy/policy.html |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LightUpTheWeb(Beta)", "description": "Bookmark, Highlight and Search", "version": "1.0.180", "manifest_version": 3, "icons": { "48": "img\/new-icons\/icon-48-new-1.png" }, "background": { "service_worker": ".\/background.js" }, "action": { "default_popup": ".\/popup.html", "default_icons": { "16": ".\/images\/icon-16x16.png", "32": ".\/images\/icon-32x32.png", "48": ".\/images\/icon-48x48.png", "128": ".\/images\/icon-128x128.png" } }, "permissions": [ "cookies", "storage", "tabs", "scripting", "activeTab", "bookmarks", "contextMenus" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'", "sandbox": "sandbox allow-scripts; script-src 'self' 'https:\/\/apis.google.com\/' 'https:\/\/www.gstatic.com\/' 'https:\/\/*.firebaseio.com' 'https:\/\/www.googleapis.com' 'https:\/\/ajax.googleapis.com'; object-src 'self'" }, "content_scripts": [ { "matches": [ " |