Sifter
A simple but effective text annotator, which helps save annotations from the web.
Sifter란 무엇입니까?
Sifter은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple but effective text annotator, which helps save annotations from the web."입니다.
확장 프로그램 스크린샷
Sifter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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": [ " |