Sifter
A simple but effective text annotator, which helps save annotations from the web.
Cos'è Sifter?
Sifter è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "A simple but effective text annotator, which helps save annotations from the web.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Sifter
Scarica i file di estensione Sifter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | bebodpkbnglejbdlmbmkllkpgambldld |
| URL Ufficiale | https://chromewebstore.google.com/detail/sifter/bebodpkbnglejbdlmbmkllkpgambldld |
| Descrizione | A simple but effective text annotator, which helps save annotations from the web. |
| Dimensione del File | 770 KB |
| Conteggio Installazioni | 30 |
| Versione Corrente | 1.0.0 |
| Ultimo Aggiornamento | 2022-05-20 |
| Data di Pubblicazione | 2022-05-19 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | Unknown |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://sifter.news |
| URL della Pagina di Aiuto | https://sifter.news |
| Lingue Supportate | 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": [
" | |