Hivelighter

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

Was ist Hivelighter?

Hivelighter ist eine Chrome-Erweiterung, die von https://www.hivelighter.com entwickelt wurde, und ihr Hauptmerkmal ist "Hivelighter extension allows you to post to the hive from your browser".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Hivelighter-Erweiterungs-CRX-Datei herunterladen

Laden Sie Hivelighter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Hivelighter Hivelighter
ID ngpmidigncanhpmoidmgpbemjegcichc
Offizielle URL https://chromewebstore.google.com/detail/hivelighter/ngpmidigncanhpmoidmgpbemjegcichc
Beschreibung Hivelighter extension allows you to post to the hive from your browser
Dateigröße 38.87 KB
Installationsanzahl 88
Aktuelle Version 2.4.2
Letztes Update 2024-01-31
Veröffentlichungsdatum 2020-08-24
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://www.hivelighter.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.hivelighter.com/
URL der Datenschutzrichtlinien-Seite https://hivelighter.com/privacy
Unterstützte Sprachen 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"
    ]
}