Yawas
Highlight Web pages; stored in your browser bookmarks, searchable, and recreated automatically when you revisit a page
什么是Yawas?
Yawas是由https://appblit.com开发的Chrome扩展程序,该扩展的主要功能是“Highlight Web pages; stored in your browser bookmarks, searchable, and recreated automatically when you revisit a page”。
扩展截图
下载Yawas扩展crx文件
下载Yawas扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Yawas lets you highlight and comment web pages in multiple colors. Your highlights are stored in the built-in Chrome Bookmarks API (you need to check Sync if you want them to be synchronized across all your devices). Yawas automatically recreates the highlights when you reopen web pages. All functions are available from the context-menu (Ctrl-Shift-Y for Yellow) To highlight, simply select some text and choose the color from the context menu. To add a note or comment, mouse over an existing highlight and pick "Add Note" (or the keyboard shortcut -N). To recolor or delete a highlight, select some of its text and choose another color or "Delete" from the context-menu. You can also quickly search all your bookmarks with "Yawas - Search" or edit the current page's highlights using "Yawas - Edit".
扩展基本信息
名称 | Yawas |
ID | kjlghdmljfgngjdpeaiogebkiilpiimk |
官方URL | https://chromewebstore.google.com/detail/yawas/kjlghdmljfgngjdpeaiogebkiilpiimk |
简介 | Highlight Web pages; stored in your browser bookmarks, searchable, and recreated automatically when you revisit a page |
文件大小 | 51.02 KB |
安装次数 | 10,000 |
当前版本 | 7.4.0 |
更新时间 | 2022-03-16 |
上架时间 | 2020-04-01 |
评分 | 3.39/5 共193次评分 |
开发者 | https://appblit.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.appblit.com/yawas |
帮助页面URL | https://www.appblit.com/yawas |
隐私政策页面URL | https://www.appblit.com/privacy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Yawas", "author": "Laurent Denoue", "manifest_version": 3, "version": "7.4.0", "description": "Highlight Web pages; stored in your browser bookmarks, searchable, and recreated automatically when you revisit a page", "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": [ " |