Yawas
Highlight Web pages; stored in your browser bookmarks, searchable, and recreated automatically when you revisit a page
Co to jest Yawas?
Yawas to rozszerzenie Chrome opracowane przez https://appblit.com, a jego główną funkcją jest „Highlight Web pages; stored in your browser bookmarks, searchable, and recreated automatically when you revisit a page”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Yawas
Pobierz pliki rozszerzeń Yawas 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
Yawas lets you highlight and comment web pages in multiple colors. Your highlights are stored in the built-in Chrome Bookmarks API (you need to check Sync if you want them to be synchronized across all your devices). Yawas automatically recreates the highlights when you reopen web pages. All functions are available from the context-menu (Ctrl-Shift-Y for Yellow) To highlight, simply select some text and choose the color from the context menu. To add a note or comment, mouse over an existing highlight and pick "Add Note" (or the keyboard shortcut -N). To recolor or delete a highlight, select some of its text and choose another color or "Delete" from the context-menu. You can also quickly search all your bookmarks with "Yawas - Search" or edit the current page's highlights using "Yawas - Edit".
Podstawowe informacje o rozszerzeniu
Nazwa | Yawas |
ID | kjlghdmljfgngjdpeaiogebkiilpiimk |
Oficjalny URL | https://chromewebstore.google.com/detail/yawas/kjlghdmljfgngjdpeaiogebkiilpiimk |
Opis | Highlight Web pages; stored in your browser bookmarks, searchable, and recreated automatically when you revisit a page |
Rozmiar pliku | 51.02 KB |
Liczba instalacji | 10,000 |
Aktualna Wersja | 7.4.0 |
Ostatnia Aktualizacja | 2022-03-16 |
Data Publikacji | 2020-04-01 |
Ocena | 3.39/5 Łącznie 193 Oceny |
Deweloper | https://appblit.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.appblit.com/yawas |
Adres URL Strony Pomocy | https://www.appblit.com/yawas |
Adres URL Strony Polityki Prywatności | https://www.appblit.com/privacy |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Yawas", "author": "Laurent Denoue", "manifest_version": 3, "version": "7.4.0", "description": "Highlight Web pages; stored in your browser bookmarks, searchable, and recreated automatically when you revisit a page", "background": { "service_worker": "yawas-background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_matches": [ "*:\/\/*.slack.com\/*", "*:\/\/web.whatsapp.com\/*", "*:\/\/www.google.com\/bookmarks\/*", "*:\/\/accounts.google.com\/*" ], "js": [ "yawas-content-script.js" ], "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "localsearch.html", "localedit.html" ], "matches": [ " |