Sifter
A simple but effective text annotator, which helps save annotations from the web.
Vad är Sifter?
Sifter är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "A simple but effective text annotator, which helps save annotations from the web.".
Tilläggsskärmbilder
Ladda ner Sifter-förlängningens CRX-fil
Ladda ner Sifter-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
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. Grundläggande Information om Tillägg
| Namn | |
| ID | bebodpkbnglejbdlmbmkllkpgambldld |
| Officiell webbadress | https://chromewebstore.google.com/detail/sifter/bebodpkbnglejbdlmbmkllkpgambldld |
| Beskrivning | A simple but effective text annotator, which helps save annotations from the web. |
| Filstorlek | 770 KB |
| Antal Installationer | 30 |
| Aktuell Version | 1.0.0 |
| Senast Uppdaterad | 2022-05-20 |
| Publiceringsdatum | 2022-05-19 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | Unknown |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://sifter.news |
| Hjälpsida URL | https://sifter.news |
| Stödda Språk | 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": [
" | |