LightUpTheWeb(Beta)

Bookmark, Highlight and Search

LightUpTheWeb(Beta)란 무엇입니까?

LightUpTheWeb(Beta)은(는) https://lightuptheweb.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bookmark, Highlight and Search"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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.                    

확장 프로그램 기본 정보

이름 LightUpTheWeb(Beta) LightUpTheWeb(Beta)
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": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/www.facebook.com\/*",
                "http:\/\/99highlights.com\/*",
                "http:\/\/www.99highlights.com\/*",
                "http:\/\/chudachuda.com\/*",
                "https:\/\/stackoverflow.com\/*",
                "https:\/\/mail.google.com\/*",
                "https:\/\/accounts.google.com\/*",
                "file:\/\/*\/*",
                "*:\/\/*.lightuptheweb.net\/*",
                "*:\/\/*.lightuptheweb.in\/*",
                "http:\/\/localhost\/*",
                "https:\/\/console.cloud.google.com\/*",
                "https:\/\/console.aws.amazon.com\/",
                "https:\/\/console.firebase.google.com\/*",
                "https:\/\/firebase.google.com\/*",
                "https:\/\/bitbucket.org\/*",
                "https:\/\/dashboard.stripe.com\/*",
                "https:\/\/blog.me\/*",
                "https:\/\/cloud.naver.com\/*",
                "https:\/\/nid.naver.com\/*",
                "https:\/\/classroom.google.com\/*",
                "https:\/\/drive.google.com\/*",
                "https:\/\/inbox.google.com\/*",
                "https:\/\/classroom.google.com\/",
                "https:\/\/analytics.google.com\/*",
                "https:\/\/docs.google.com\/*",
                "https:\/\/myaccount.google.com\/*",
                "https:\/\/api.twitter.com\/oauth\/*",
                "https:\/\/www.evernote.com\/client\/*",
                "https:\/\/www.evernote.com\/shard\/*",
                "https:\/\/www.onenote.com\/authredir\/*",
                "https:\/\/amazon.com\/*",
                "https:\/\/amazon.in\/*",
                "http:\/\/www.chudachuda.com\/*",
                "https:\/\/signin.aws.amazon.com\/*",
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "js\/jquery-1.11.3.min.js",
                "js\/jquery-ui.min.js",
                "js\/newnavbar.js",
                "js\/lutw_interest.js",
                "js\/highlight.js",
                "js\/lutw_content.js",
                "search.js",
                "js\/sticky.js",
                "js\/select2.js",
                "js\/comboTreePlugin.js"
            ],
            "css": [
                "search.css",
                "upspring.css",
                "css\/sticky.css",
                "css\/animate.css",
                "css\/style-downtree.css",
                "css\/material-combo-tree.min.css",
                "viewer.css"
            ],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        "https:\/\/www.google.com\/*",
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/jquery-1.11.3.min.js",
                "img\/upspring-popup\/dashboard.png",
                "img\/icons\/save-image-orange.png",
                "img\/harvest.png",
                "img\/view.jpeg",
                "img\/harvest-save.png",
                "img\/icon-svg\/logo.png",
                "img\/google-integrate.png",
                "img\/fire-grey.png",
                "img\/spinner_progress.png",
                "img\/logo.png",
                "img\/logo-net.png",
                "img\/icon1.png",
                "fonts\/acherus-light.otf",
                "fontawesome.css",
                "upspring.css",
                "fonts\/*.otf",
                "fonts\/*.woff2",
                "fonts\/*.eot",
                "fonts\/*.svg",
                "fonts\/*.ttf",
                "fonts\/*.woff",
                "fonts\/Calibri.ttf",
                "img\/wrapper.png",
                "img\/arrow-left-white.png",
                "img\/zoom.png",
                "img\/upspring-popup\/logo-rounded.png",
                "img\/logo-transparent.png",
                "img\/tags.png",
                "img\/alt-white.png",
                "img\/alt-red.png",
                "img\/logo-new.png",
                "img\/thumbs-up-white.png",
                "img\/thumbs-up-yellow.png",
                "img\/alt-yellow.png",
                "img\/alt-light-green.png",
                "img\/thumbs-up-orange.png",
                "img\/thumbs-up-light-green.png",
                "img\/like-green.png",
                "img\/upspring-popup\/twitter-white.png",
                "img\/logo-transparent-new.png",
                "img\/Dashboard.png",
                "img\/highlight-pencil-white.png",
                "img\/highlight-pencil-orange.png",
                "img\/deleteButton.png",
                "css\/sticky.css",
                "img\/close-red-small.png",
                "img\/close-red-new.png",
                "img\/bordered-icon.png",
                "css\/animate.css",
                "css\/select2.css",
                "js\/select2.js",
                "img\/sidepopup\/arrow-right-grey.png",
                "img\/sidepopup\/star-grey.png",
                "img\/sidepopup\/popup-close.png",
                "img\/sidepopup\/plus-icon-grey.png",
                "img\/btn-highlight-new.png",
                "img\/pdf-btn-130.png",
                "img\/pdf-btn-120.png",
                "img\/pdf-btn-120-shadow.png",
                "img\/pdf-btn-120-new.png",
                "img\/pdf-btn-120-new-shadow.png",
                "img\/sidepopup\/settings-icon.png",
                "img\/sidepopup\/settings-icon-new.png",
                "img\/sidepopup\/add-webmark.png",
                "css\/style-downtree.css",
                "img\/close-red.png",
                "img\/pencil-white-new.png",
                "img\/email-icon-new.png",
                "img\/close-white.png",
                "img\/tags-white.png",
                "js\/comboTreePlugin.js",
                "viewer.css",
                "js\/facebook-connect.js",
                "img\/icon-svg\/success-upload.gif",
                "img\/icon-svg\/image-highlight.png",
                "img\/icon-svg\/read-later.png",
                "img\/icon-svg\/read-later-saved.png",
                "img\/icon-svg\/read-later.png",
                "img\/new-icons\/image-highlight.png",
                "img\/new-icons\/image-highlight-new.png",
                "img\/new-icons\/simillar-white.png",
                "img\/new-icons\/simillar-black.png",
                "img\/new-icons\/image-highlight-1.png",
                "img\/new-icons\/read-it-later.png",
                "img\/new-icons\/saved.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}