Refind

Quickly save links from around the web.

Refind क्या है?

Refind https://refind.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly save links from around the web."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Refind एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
    ]
}