Zlinky Chrome Extension

Save interesting links to build a collection of resources, or to review later.

Zlinky Chrome Extension là gì?

Zlinky Chrome Extension là một tiện ích mở rộng Chrome được phát triển bởi Zlinky, và tính năng chính của nó là "Save interesting links to build a collection of resources, or to review later.".

Ả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 Zlinky Chrome Extension

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

                        Quickly save links from the web hassle free. Easily organize saved links into folders.

Once you have a Zlinky account use the Zlinky for Chrome extension to:

* Save articles to read later
* Save links to frequently used websites and applications
* Organize project or student research
* Recipe organization
* Organize holiday research
* Save links to your online shopping parcel tracking
* Save your online shopping wishlists
* Save your favorite videos in one place [eg. YouTube, TikTok, Instagram Reels]
* Save links to Podcasts for future listening

The Chrome extension allows for quick access to the desktop version of your Zlinky account. 

You can access your Zlinky account via any mobile, laptop or desktop device.                    

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

Tên Zlinky Chrome Extension Zlinky Chrome Extension
ID ggojaldfgpakjphophpmehaokjcbnjpa
URL Chính Thức https://chromewebstore.google.com/detail/zlinky-chrome-extension/ggojaldfgpakjphophpmehaokjcbnjpa
Mô tả Save interesting links to build a collection of resources, or to review later.
Kích Thước Tệp 5.61 MB
Số Lần Cài Đặt 59
Phiên Bản Hiện Tại 0.4.7
Cập Nhật Lần Cuối 2024-02-07
Ngày Phát Hành 2022-11-15
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Zlinky
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://zlinky.com/
URL Trang Chính Sách Bảo Mật https://zlinky.com/privacy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        }
    },
    "version": "0.4.7",
    "author": "Zlinky",
    "name": "Zlinky Chrome Extension",
    "description": "Save interesting links to build a collection of resources, or to review later.",
    "background": {
        "service_worker": "background.5fadff2f.js"
    },
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.zlinky.com\/*"
            ],
            "js": [
                "auth.4da812d6.js"
            ],
            "css": [
                "global.b8abc9a3.css"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "global.42dabcdd.js"
            ],
            "css": [
                "global.b8abc9a3.css"
            ]
        }
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "tabs\/popup.html",
                "contents\/global.css",
                "assets\/*.*",
                "*.png",
                "*.svg"
            ],
            "matches": [
                ""
            ]
        }
    ]
}