Sifter
A simple but effective text annotator, which helps save annotations from the web.
Co to jest Sifter?
Sifter to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „A simple but effective text annotator, which helps save annotations from the web.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Sifter
Pobierz pliki rozszerzeń Sifter 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
Sifter is a browser extension that highlights web pages with different colors. These highlighted paragraphs are saved in a bookmark and can be queried by searching or revisiting the page. Features - Highlights webpages and pdfs with different colors for future usage. - Automatically highlights the saved paragraph upon re-visiting the page. It- Easy to navigate to the saved paragraph through search explorer. - Export highlighted paragraph through email. This extension is written ontop of YAWAS extension.
Podstawowe informacje o rozszerzeniu
Nazwa | Sifter |
ID | bebodpkbnglejbdlmbmkllkpgambldld |
Oficjalny URL | https://chromewebstore.google.com/detail/sifter/bebodpkbnglejbdlmbmkllkpgambldld |
Opis | A simple but effective text annotator, which helps save annotations from the web. |
Rozmiar pliku | 770 KB |
Liczba instalacji | 30 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2022-05-20 |
Data Publikacji | 2022-05-19 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Unknown |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://sifter.news |
Adres URL Strony Pomocy | https://sifter.news |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sifter", "author": "Suman Kunwar", "manifest_version": 3, "version": "1.0.0", "description": "A simple but effective text annotator, which helps save annotations from the web.", "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": [ " |