Obisidan Digital Bookmarks

Base Level Extension

Cos'è Obisidan Digital Bookmarks?

Obisidan Digital Bookmarks è un'estensione di Chrome sviluppata da brandonhulston1, e la sua funzione principale è "Base Level Extension".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Obisidan Digital Bookmarks

Scarica i file di estensione Obisidan Digital Bookmarks in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This is a chrome extension that uses Obsidian notes as an alternative to saving links to your chrome bookmarks. If you are like me, you:
       1. Never end up going back to your Chrome bookmarks
       2. Need a way to take notes along with your saved articles/papers/videos...

Here is a list of the features you can expect with this chrome extension:
    * Append your bookmark to an existing Obsidian file, and/or create a new note
    * Quickly choose from your own Obsidian files where to save your bookmark
    * Automatically search for article/video titles in the Webpage DOM and save them to Obsidian
    * Estimates and saves read time of article (or watch duration for Youtube videos)
    * Add a custom note to your bookmarks/edit MD template

More info and template examples can be found here -> https://github.com/bhulston/bookmark_plugin                    

Informazioni di Base sull'Estensione

Nome Obisidan Digital Bookmarks Obisidan Digital Bookmarks
ID glondkomnkhndkajgnapjgfdkelgeiph
URL Ufficiale https://chromewebstore.google.com/detail/obisidan-digital-bookmark/glondkomnkhndkajgnapjgfdkelgeiph
Descrizione Base Level Extension
Dimensione del File 160 KB
Conteggio Installazioni 49
Versione Corrente 3.0
Ultimo Aggiornamento 2024-01-26
Data di Pubblicazione 2023-11-18
Sviluppatore brandonhulston1
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/bhulston/bookmark_plugin
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Obisidan Digital Bookmarks",
    "description": "Base Level Extension",
    "version": "3.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": "images\/icon.png"
    },
    "host_permissions": [
        ""
    ],
    "options_page": "options\/options.html",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ]
}