Selaro

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

ما هو Selaro؟

Selaro هو إضافة Chrome تم تطويرها بواسطة https://getselaro.com، والميزة الرئيسية لها هي "Find all your important links, documents, bookmarks all in one place, organized and Searchable.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Selaro

قم بتنزيل ملفات الامتداد Selaro بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Selaro Selaro
ID pipcicnhooenkbofiafioeocicfmcloe
عنوان URL الرسمي https://chromewebstore.google.com/detail/selaro/pipcicnhooenkbofiafioeocicfmcloe
الوصف Find all your important links, documents, bookmarks all in one place, organized and Searchable.
حجم الملف 1.26 MB
عدد التثبيتات 22
النسخة الحالية 0.1.6
آخر تحديث 2022-12-15
تاريخ النشر 2022-11-17
تقييم 5.00/5 مجموع تقييمات 1
المطور https://getselaro.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://getselaro.com
اللغات المدعومة 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\/*"
        ]
    }
}