Recollectr Web Extender
Recollect even more!
Co to jest Recollectr Web Extender?
Recollectr Web Extender to rozszerzenie Chrome opracowane przez https://recollectr.io, a jego główną funkcją jest „Recollect even more!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Recollectr Web Extender
Pobierz pliki rozszerzeń Recollectr Web Extender 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
Extend the capabilities of Recollectr for desktop.
Current features:
- Advanced notifications
**Requires Recollectr for Desktop**
Get Recollectr at https://recollectr.io Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | hpipmbnaleeogemgfdbabiaaagldgokn |
| Oficjalny URL | https://chromewebstore.google.com/detail/recollectr-web-extender/hpipmbnaleeogemgfdbabiaaagldgokn |
| Opis | Recollect even more! |
| Rozmiar pliku | 55.58 KB |
| Liczba instalacji | 48 |
| Aktualna Wersja | 0.3.9 |
| Ostatnia Aktualizacja | 2018-10-09 |
| Data Publikacji | 2018-10-09 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | https://recollectr.io |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://recollectr.io |
| Adres URL Strony Polityki Prywatności | https://recollectr.io/privacy |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "0.3.9",
"manifest_version": 2,
"homepage_url": "https:\/\/recollectr.io",
"icons": {
"16": "icons\/icon_16x16.png",
"48": "icons\/icon_48x48.png",
"128": "icons\/icon_128x128.png"
},
"background": {
"scripts": [
".\/bg\/background.js"
],
"persistent": true
},
"browser_action": {
"default_icon": "icons\/icon_19x19.png",
"default_title": "Recollectr Web Extender"
},
"permissions": [
"nativeMessaging",
"notifications"
],
"omnibox": {
"keyword": "recollectr"
}
} | |