Selaro

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

Wat is Selaro?

Selaro is een Chrome-extensie ontwikkeld door https://getselaro.com, en de belangrijkste functie is "Find all your important links, documents, bookmarks all in one place, organized and Searchable.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Selaro

Download Selaro-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Selaro Selaro
ID pipcicnhooenkbofiafioeocicfmcloe
Officiële URL https://chromewebstore.google.com/detail/selaro/pipcicnhooenkbofiafioeocicfmcloe
Beschrijving Find all your important links, documents, bookmarks all in one place, organized and Searchable.
Bestandsgrootte 1.26 MB
Aantal Installaties 22
Huidige Versie 0.1.6
Laatst Bijgewerkt 2022-12-15
Publicatiedatum 2022-11-17
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://getselaro.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://getselaro.com
Ondersteunde Talen 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\/*"
        ]
    }
}