Larder: Bookmarking for developers

Quickly bookmark the current tab into your larder.

Was ist Larder: Bookmarking for developers?

Larder: Bookmarking for developers ist eine Chrome-Erweiterung, die von https://larder.io entwickelt wurde, und ihr Hauptmerkmal ist "Quickly bookmark the current tab into your larder.".

Erweiterungsscreenshots

screenshot
screenshot

Larder: Bookmarking for developers-Erweiterungs-CRX-Datei herunterladen

Laden Sie Larder: Bookmarking for developers-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

                        Larder is a speedy bookmarking tool for developers at https://larder.io. This extension allows you to quickly save the current tab into your larder by using the shortcut key (default Ctrl+Shift+L in Windows, Cmd+Shift+L on Mac) or by clicking its browser button. Switch between Add and Search tabs with Alt+`.                    

Grundlegende Informationen zur Erweiterung

Name Larder: Bookmarking for developers Larder: Bookmarking for developers
ID jnjnffbdfmpaanfplppilmidpbllpnej
Offizielle URL https://chromewebstore.google.com/detail/larder-bookmarking-for-de/jnjnffbdfmpaanfplppilmidpbllpnej
Beschreibung Quickly bookmark the current tab into your larder.
Dateigröße 193 KB
Installationsanzahl 329
Aktuelle Version 1.2
Letztes Update 2022-05-19
Veröffentlichungsdatum 2017-07-25
Bewertung 4.56/5 Insgesamt 9 Bewertungen
Entwickler https://larder.io
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://larder.io/
URL der Datenschutzrichtlinien-Seite https://larder.io/privacy
Unterstützte Sprachen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Larder: Bookmarking for developers",
    "description": "Quickly bookmark the current tab into your larder.",
    "version": "1.2",
    "icons": {
        "48": "48.png",
        "96": "96.png",
        "128": "196.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "16.png",
            "18": "18.png",
            "19": "19.png",
            "32": "32.png",
            "36": "36.png",
            "38": "38.png",
            "64": "64.png"
        },
        "default_popup": "index.html",
        "default_title": "Add to Larder"
    },
    "sidebar_action": {
        "default_title": "Search Larder",
        "default_panel": "search.html",
        "default_icon": "64.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+L",
                "mac": "Ctrl+Shift+L",
                "chromeos": "Ctrl+Shift+L",
                "linux": "Ctrl+Shift+L"
            }
        }
    },
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "55.0"
        }
    },
    "permissions": [
        "activeTab",
        "cookies",
        "storage",
        "https:\/\/larder.io\/"
    ]
}