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
Eメール [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\/*"
    ]
}