Larder: Bookmarking for developers

Quickly bookmark the current tab into your larder.

Qu'est-ce que Larder: Bookmarking for developers ?

Larder: Bookmarking for developers est une extension Chrome développée par https://larder.io, et sa fonction principale est "Quickly bookmark the current tab into your larder.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Larder: Bookmarking for developers

Téléchargez les fichiers d'extension Larder: Bookmarking for developers au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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+`.                    

Informations de Base sur l'Extension

Nom Larder: Bookmarking for developers Larder: Bookmarking for developers
ID jnjnffbdfmpaanfplppilmidpbllpnej
URL Officiel https://chromewebstore.google.com/detail/larder-bookmarking-for-de/jnjnffbdfmpaanfplppilmidpbllpnej
Description Quickly bookmark the current tab into your larder.
Taille du Fichier 193 KB
Nombre d'Installations 329
Version Actuelle 1.2
Dernière Mise à Jour 2022-05-19
Date de Publication 2017-07-25
Évaluation 4.56/5 Total 9 Évaluations
Développeur https://larder.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://larder.io/
URL de la Page de Politique de Confidentialité https://larder.io/privacy
Langues Prises en Charge 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\/"
    ]
}