Hivelighter

Hivelighter extension allows you to post to the hive from your browser

Hivelighter란 무엇입니까?

Hivelighter은(는) https://www.hivelighter.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hivelighter extension allows you to post to the hive from your browser"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Hivelighter 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        The Hivelighter save button (and right-click command) lets you highlight, save and collect the best parts of articles (and PDFs) and keep them all in one place.

All your highlights get saved in real time to your free Hivelighter Web App or iOS App account.

Using the Hivelighter save button, you can also save highlights directly into the Collections you've created in the App, so you can organize them immediately and find them faster later.

Never lose your important articles and quotes ever again, because Hivelights are permanently archived and never go "404 not found".

Get the Web App free at www.hivelighter.com, and the iOS App free from the App Store and enjoy the full Hivelighter experience:

--> Collect your favourite parts of articles and pdfs all in one place
--> Share them instantly with friends, or on any platform and get people to the point 
     faster
--> Create as many highlights as you need from a single article or pdf and they all get "stacked" as a single Hivelight
--> Discover new articles faster and see what everyone is highlighting from across 
     the web
--> Follow your favourite Hivelighters and browse their Collections
--> Gather all the best quotes around a subject into Collections and share your 
      research and insight instantly, all at once
--> Invite others to your Collection so that everyone can collaborate by sharing their best reads on a subject of mutual interest                    

확장 프로그램 기본 정보

이름 Hivelighter Hivelighter
ID ngpmidigncanhpmoidmgpbemjegcichc
공식 URL https://chromewebstore.google.com/detail/hivelighter/ngpmidigncanhpmoidmgpbemjegcichc
설명 Hivelighter extension allows you to post to the hive from your browser
파일 크기 38.87 KB
설치 횟수 88
현재 버전 2.4.2
최근 업데이트 2024-01-31
출시 날짜 2020-08-24
평점 5.00/5 총 2 개의 평점
개발자 https://www.hivelighter.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.hivelighter.com/
개인정보 보호 정책 페이지 URL https://hivelighter.com/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hivelighter",
    "description": "Hivelighter extension allows you to post to the hive from your browser",
    "manifest_version": 3,
    "version": "2.4.2",
    "icons": {
        "16": "images\/logo16.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Hivelighter"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "js": [
                "contentscript.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "permissions": [
        "activeTab",
        "scripting",
        "storage",
        "contextMenus",
        "tabs"
    ]
}