Selaro

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

什麼是Selaro?

Selaro是由https://getselaro.com開發的Chrome擴展程式,該擴展的主要功能是“Find all your important links, documents, bookmarks all in one place, organized and Searchable.”。

擴展截圖

screenshot
screenshot
screenshot

下載Selaro擴展crx文件

下載Selaro擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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\/*"
        ]
    }
}