Slates
Never miss out on what your friends are reading.
Co to jest Slates?
Slates to rozszerzenie Chrome opracowane przez https://slates.app, a jego główną funkcją jest „Never miss out on what your friends are reading.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Slates
Pobierz pliki rozszerzeń Slates 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
Use this extension to easily save and share links with your friends on slates.app.
Podstawowe informacje o rozszerzeniu
Nazwa | Slates |
ID | cmapaaekpfldnmdaeognnchjlihlcgpd |
Oficjalny URL | https://chromewebstore.google.com/detail/slates/cmapaaekpfldnmdaeognnchjlihlcgpd |
Opis | Never miss out on what your friends are reading. |
Rozmiar pliku | 637 KB |
Liczba instalacji | 30 |
Aktualna Wersja | Slates Beta 1.0 |
Ostatnia Aktualizacja | 2022-04-28 |
Data Publikacji | 2022-01-27 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | https://slates.app |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://slates.app |
Adres URL Strony Pomocy | https://slates.app |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Never miss out on what your friends are reading.", "version": "1.0.0", "manifest_version": 3, "name": "Slates", "version_name": "Slates Beta 1.0", "background": { "service_worker": "background.bundle.js" }, "options_page": "options.html", "action": { "default_popup": "popup.html", "default_icon": "SlatesLogo2.png" }, "permissions": [ "tabs", "storage", "commands" ], "icons": { "128": "slates.ico" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", " |