Yawas
Highlight Web pages; stored in your browser bookmarks, searchable, and recreated automatically when you revisit a page
Vad är Yawas?
Yawas är en Chrome-tillägg utvecklad av https://appblit.com, och dess huvudfunktion är "Highlight Web pages; stored in your browser bookmarks, searchable, and recreated automatically when you revisit a page".
Tilläggsskärmbilder
Ladda ner Yawas-förlängningens CRX-fil
Ladda ner Yawas-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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".
Grundläggande Information om Tillägg
Namn | Yawas |
ID | kjlghdmljfgngjdpeaiogebkiilpiimk |
Officiell webbadress | https://chromewebstore.google.com/detail/yawas/kjlghdmljfgngjdpeaiogebkiilpiimk |
Beskrivning | Highlight Web pages; stored in your browser bookmarks, searchable, and recreated automatically when you revisit a page |
Filstorlek | 51.02 KB |
Antal Installationer | 10,000 |
Aktuell Version | 7.4.0 |
Senast Uppdaterad | 2022-03-16 |
Publiceringsdatum | 2020-04-01 |
Betyg | 3.39/5 Totalt 193 Betyg |
Utvecklare | https://appblit.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.appblit.com/yawas |
Hjälpsida URL | https://www.appblit.com/yawas |
URL till Sekretesspolicy Sidan | https://www.appblit.com/privacy |
Stödda Språk | 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": [ " |