Refind

Quickly save links from around the web.

什么是Refind?

Refind是由https://refind.com开发的Chrome扩展程序,该扩展的主要功能是“Quickly save links from around the web.”。

扩展截图

screenshot
screenshot
screenshot

下载Refind扩展crx文件

下载Refind扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Refind Refind
ID dlapbpopbcangbnjdhajdlanbfokjaja
官方URL https://chromewebstore.google.com/detail/refind/dlapbpopbcangbnjdhajdlanbfokjaja
简介 Quickly save links from around the web.
文件大小 1.13 MB
安装次数 10,857
当前版本 5.0.6
更新时间 2021-08-15
上架时间 2019-12-04
评分 4.91/5 共365次评分
开发者 https://refind.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://refind.com
帮助页面URL https://refind.com/help
隐私政策页面URL https://refind.com/privacy
支持的语言 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\/*"
    ]
}