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文件
下載Sifter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | bebodpkbnglejbdlmbmkllkpgambldld |
| 官方網址 | 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": [
" | |