Refind
Quickly save links from around the web.
Co to jest Refind?
Refind to rozszerzenie Chrome opracowane przez https://refind.com, a jego główną funkcją jest „Quickly save links from around the web.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Refind
Pobierz pliki rozszerzeń Refind w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Refind |
ID | dlapbpopbcangbnjdhajdlanbfokjaja |
Oficjalny URL | https://chromewebstore.google.com/detail/refind/dlapbpopbcangbnjdhajdlanbfokjaja |
Opis | Quickly save links from around the web. |
Rozmiar pliku | 1.13 MB |
Liczba instalacji | 10,857 |
Aktualna Wersja | 5.0.6 |
Ostatnia Aktualizacja | 2021-08-15 |
Data Publikacji | 2019-12-04 |
Ocena | 4.91/5 Łącznie 365 Oceny |
Deweloper | https://refind.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://refind.com |
Adres URL Strony Pomocy | https://refind.com/help |
Adres URL Strony Polityki Prywatności | https://refind.com/privacy |
Obsługiwane Języki | 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\/*" ] } |