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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
    ]
}