WordMark
Not the conventional bookmark.
Wat is WordMark?
WordMark is een Chrome-extensie ontwikkeld door Aashay Palliwar, en de belangrijkste functie is "Not the conventional bookmark.".
Extensie Screenshots
Download het CRX-bestand van de extensie WordMark
Download WordMark-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | WordMark |
ID | lmjcmfpgkiecmjpdokbfmjbmpibmgpcd |
Officiële URL | https://chromewebstore.google.com/detail/wordmark/lmjcmfpgkiecmjpdokbfmjbmpibmgpcd |
Beschrijving | Not the conventional bookmark. |
Bestandsgrootte | 278 KB |
Aantal Installaties | 40 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2020-05-31 |
Publicatiedatum | 2020-05-31 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Aashay Palliwar |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://aashaypalliwar.github.io |
Help Pagina-URL | https://aashaypalliwar.github.io |
Ondersteunde Talen | 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", "*:\/\/*\/*" ] } |