WordMark
Not the conventional bookmark.
什么是WordMark?
WordMark是由Aashay Palliwar开发的Chrome扩展程序,该扩展的主要功能是“Not the conventional bookmark.”。
扩展截图
下载WordMark扩展crx文件
下载WordMark扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
What can one do with it?
1. Select some text on any random web-page and right click to save it to WordMark's manager with optional remark and category
2. Later from the manager, with just one click, one can open the web-page and automatically scroll down to the same text which is now highlighted.
3. The extension alerts you if the text you wordMarked has changed.
Other features include:
1. Saving entire browser states (all open tabs) under various categories and optional remarks.
2. From the same launcher, you can launch any saved browser state (i.e. all tabs) in a new window.
3. Manage all these from one page. 扩展基本信息
| 名称 | |
| ID | lmjcmfpgkiecmjpdokbfmjbmpibmgpcd |
| 官方URL | https://chromewebstore.google.com/detail/wordmark/lmjcmfpgkiecmjpdokbfmjbmpibmgpcd |
| 简介 | Not the conventional bookmark. |
| 文件大小 | 278 KB |
| 安装次数 | 40 |
| 当前版本 | 0.0.1 |
| 更新时间 | 2020-05-31 |
| 上架时间 | 2020-05-31 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | Aashay Palliwar |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://aashaypalliwar.github.io |
| 帮助页面URL | https://aashaypalliwar.github.io |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "WordMark",
"description": "Not the conventional bookmark.",
"version": "0.0.1",
"browser_action": {
"default_popup": "popup.html",
"default_title": "WordMark"
},
"icons": {
"512": "logo512.png"
},
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"permissions": [
"tabs",
"storage",
"contextMenus",
"activeTab",
"*:\/\/*\/*"
]
} | |