Save To Obsidian

Extension To save Website to Obsidian @Dan Monceau

Co to jest Save To Obsidian?

Save To Obsidian to rozszerzenie Chrome opracowane przez https://danmonceau.fr, a jego główną funkcją jest „Extension To save Website to Obsidian @Dan Monceau”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Save To Obsidian

Pobierz pliki rozszerzeń Save To Obsidian w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        This is an unofficial Chrome extension for Obsidian. 

Our extension allows you to quickly and easily save any website you visit using a specific format and specific information defined in our extension template. You can then easily export your saves to the Obsidian application for organization and future use. Use this extension to save blog posts, product pages, research references and more, for future reference or professional use.                    

Podstawowe informacje o rozszerzeniu

Nazwa Save To Obsidian Save To Obsidian
ID lpjpknbaigncdplelcbbpfadnepginhc
Oficjalny URL https://chromewebstore.google.com/detail/save-to-obsidian/lpjpknbaigncdplelcbbpfadnepginhc
Opis Extension To save Website to Obsidian @Dan Monceau
Rozmiar pliku 13.9 KB
Liczba instalacji 627
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2023-01-18
Data Publikacji 2022-10-24
Ocena 3.00/5 Łącznie 3 Oceny
Deweloper https://danmonceau.fr
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.danmonceau.fr/
Adres URL Strony Pomocy https://www.danmonceau.fr/
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Save To Obsidian",
    "description": "Extension To save Website to Obsidian @Dan Monceau",
    "version": "1.3",
    "author": "Dan Monceau",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "action": {
        "default_icon": {
            "16": "ico.png"
        },
        "default_title": "Save To Obsidian",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "ico.png",
        "48": "ico.png",
        "128": "ico.png"
    }
}