Sifter
A simple but effective text annotator, which helps save annotations from the web.
Sifter क्या है?
Sifter Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple but effective text annotator, which helps save annotations from the web."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Sifter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Sifter |
ID | bebodpkbnglejbdlmbmkllkpgambldld |
आधिकारिक URL | https://chromewebstore.google.com/detail/sifter/bebodpkbnglejbdlmbmkllkpgambldld |
विवरण | A simple but effective text annotator, which helps save annotations from the web. |
फ़ाइल का आकार | 770 KB |
स्थापना संख्या | 30 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2022-05-20 |
प्रकाशन तिथि | 2022-05-19 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Unknown |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://sifter.news |
सहायता पृष्ठ URL | https://sifter.news |
समर्थित भाषाएँ | 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": [ " |