Selaro

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

Selaro là gì?

Selaro là một tiện ích mở rộng Chrome được phát triển bởi https://getselaro.com, và tính năng chính của nó là "Find all your important links, documents, bookmarks all in one place, organized and Searchable.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Selaro

Tải xuống các tệp mở rộng Selaro dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Selaro Selaro
ID pipcicnhooenkbofiafioeocicfmcloe
URL Chính Thức https://chromewebstore.google.com/detail/selaro/pipcicnhooenkbofiafioeocicfmcloe
Mô tả Find all your important links, documents, bookmarks all in one place, organized and Searchable.
Kích Thước Tệp 1.26 MB
Số Lần Cài Đặt 22
Phiên Bản Hiện Tại 0.1.6
Cập Nhật Lần Cuối 2022-12-15
Ngày Phát Hành 2022-11-17
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://getselaro.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://getselaro.com
Ngôn Ngữ Được Hỗ Trợ 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\/*"
        ]
    }
}