Refind

Quickly save links from around the web.

Refind là gì?

Refind là một tiện ích mở rộng Chrome được phát triển bởi https://refind.com, và tính năng chính của nó là "Quickly save links from around the web.".

Ả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 Refind

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

                        FEATURES

- Save links to read later or to keep: articles, videos, anything.
- Create collections to organize or share links about a topic.
- Add tags to easily find your links again.
- Save selected text as quote.
- Read when it's convenient for you, on your computer or your phone.

WHAT OUR USERS SAY

"My favorite discovery tool."
  –Werner Vogels, Amazon CTO

"Refind has helped me expand my horizon and spend more time on the things that matter."
  –Dan Ariely, author of Predictably Irrational

"Refind has become my new Chrome tab."
  –Chris Messina, inventor of the hashtag


Questions? Feedback? We'd love to hear from you: [email protected]

Learn more at https://refind.com                    

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

Tên Refind Refind
ID dlapbpopbcangbnjdhajdlanbfokjaja
URL Chính Thức https://chromewebstore.google.com/detail/refind/dlapbpopbcangbnjdhajdlanbfokjaja
Mô tả Quickly save links from around the web.
Kích Thước Tệp 1.13 MB
Số Lần Cài Đặt 10,857
Phiên Bản Hiện Tại 5.0.6
Cập Nhật Lần Cuối 2021-08-15
Ngày Phát Hành 2019-12-04
Đánh Giá 4.91/5 Tổng số 365 Đánh Giá
Nhà Phát Triển https://refind.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://refind.com
URL Trang Trợ Giúp https://refind.com/help
URL Trang Chính Sách Bảo Mật https://refind.com/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Refind",
    "version": "5.0.6",
    "description": "Quickly save links from around the web.",
    "icons": {
        "16": "img\/icon_16.png",
        "19": "img\/icon_19.png",
        "38": "img\/icon_38.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "author": "Refind, Inc.",
    "options_page": "options.html",
    "background": {
        "scripts": [
            "vendor\/jquery.min.js",
            "common.min.js",
            "background.min.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon_19.png",
            "38": "img\/icon_38.png",
            "128": "img\/icon_128.png"
        },
        "default_title": "Refind",
        "default_popup": "popup.html"
    },
    "permissions": [
        "https:\/\/refind.com\/*",
        "activeTab",
        "background"
    ],
    "web_accessible_resources": [
        "http:\/\/localhost:5000\/*",
        "https:\/\/refind.com\/*",
        "vendor\/*",
        "img\/*"
    ]
}