LightUpTheWeb(Beta)
Bookmark, Highlight and Search
LightUpTheWeb(Beta)란 무엇입니까?
LightUpTheWeb(Beta)은(는) https://lightuptheweb.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bookmark, Highlight and Search"입니다.
확장 프로그램 스크린샷
LightUpTheWeb(Beta) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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": [ " |