Selaro

Find all your important links, documents, bookmarks all in one place, organized and Searchable.

Qu'est-ce que Selaro ?

Selaro est une extension Chrome développée par https://getselaro.com, et sa fonction principale est "Find all your important links, documents, bookmarks all in one place, organized and Searchable.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Selaro

Téléchargez les fichiers d'extension Selaro 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

                        Selaro helps you to automatically classify and search all your documents, apps, links and bookmarks. All your data is kept on your browser and not transferred anywhere giving you complete control.                    

Informations de Base sur l'Extension

Nom Selaro Selaro
ID pipcicnhooenkbofiafioeocicfmcloe
URL Officiel https://chromewebstore.google.com/detail/selaro/pipcicnhooenkbofiafioeocicfmcloe
Description Find all your important links, documents, bookmarks all in one place, organized and Searchable.
Taille du Fichier 1.26 MB
Nombre d'Installations 22
Version Actuelle 0.1.6
Dernière Mise à Jour 2022-12-15
Date de Publication 2022-11-17
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://getselaro.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://getselaro.com
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Find all your important links, documents, bookmarks all in one place, organized and Searchable.",
    "version": "0.1.6",
    "manifest_version": 3,
    "name": "Selaro",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": [],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "icons": {
        "128": "selaro-logo-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "run_at": "document_end"
        }
    ],
    "commands": {
        "open-omni": {
            "suggested_key": {
                "default": "Ctrl+Shift+Period",
                "mac": "Command+Shift+Period"
            },
            "description": "Open command menu"
        }
    },
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "contentScript.bundle.js",
                "icon-128.png",
                "icon-34.png",
                "content.html",
                "newtab.html",
                "all.ico",
                "popup.html",
                "1.png",
                "2.png",
                "3.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "bookmarks",
        "history",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.getselaro.com\/*"
        ]
    }
}