Browser Extension

Siimpl Browser Extension

Browser Extension là gì?

Browser Extension là một tiện ích mở rộng Chrome được phát triển bởi https://siimpl.co, và tính năng chính của nó là "Siimpl Browser Extension".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Browser Extension 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

                        Collect Images, links, videos and text you find online, then access from literally anywhere.

Collect:
Come across something interesting? Simply use our extension, web app or app to save it for later.

Share:
Share a collection with anyone — they instantly get to see all items in real time. Allow edits or read only access.

Private:
No one can see your collections unless you share. All data is encrypted under the 256-bit Advanced Encryption Standard.

Access:
You can access your content from literally anywhere, be it on your phone, tablet or laptop.

Save Open Tabs:
Just hit the extension icon and then save all tabs! Easy! :-)                    

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

Tên Browser Extension Browser Extension
ID fjdfngkdfcmcibmbfinnbbeabbdjcghc
URL Chính Thức https://chromewebstore.google.com/detail/browser-extension/fjdfngkdfcmcibmbfinnbbeabbdjcghc
Mô tả Siimpl Browser Extension
Kích Thước Tệp 1.59 MB
Số Lần Cài Đặt 92
Phiên Bản Hiện Tại 2.0.3
Cập Nhật Lần Cuối 2023-03-17
Ngày Phát Hành 2020-10-28
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://siimpl.co
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://siimpl.co
URL Trang Trợ Giúp https://siimpl.co
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Browser Extension",
    "version": "2.0.3",
    "description": "Siimpl Browser Extension",
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "icons": {
        "128": "public\/Logo.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "public\/*",
                "assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/siimpl.co\/*"
        ]
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "tabs",
        ""
    ],
    "oauth2": {
        "client_id": "633588781524-4rjgbameaecmfq90fpqe49ev65gp9gna.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "email",
            "profile"
        ]
    },
    "background": {
        "service_worker": "background\/index.js",
        "type": "module"
    },
    "action": {
        "default_popup": "popup\/index-4TAE4NSF.html",
        "default_icon": "public\/Logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "content\/index.js"
            ],
            "css": [
                "content\/index.css"
            ],
            "run_at": "document_start"
        }
    ],
    "options_ui": {
        "page": "options\/index-BHA3Q6HS.html"
    }
}