WordMark
Not the conventional bookmark.
What is WordMark?
WordMark is a Chrome extension developed by Aashay Palliwar, and its main feature is "Not the conventional bookmark.".
Extension Screenshots
Download WordMark Extension CRX File
Download WordMark extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | WordMark |
ID | lmjcmfpgkiecmjpdokbfmjbmpibmgpcd |
Official URL | https://chromewebstore.google.com/detail/wordmark/lmjcmfpgkiecmjpdokbfmjbmpibmgpcd |
Description | Not the conventional bookmark. |
File Size | 278 KB |
Installation Count | 40 |
Current Version | 0.0.1 |
Last Updated | 2020-05-31 |
Publish Date | 2020-05-31 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Aashay Palliwar |
[email protected] | |
Payment Type | free |
Extension Website | https://aashaypalliwar.github.io |
Help Page URL | https://aashaypalliwar.github.io |
Supported Languages | 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", "*:\/\/*\/*" ] } |