WordMark
Not the conventional bookmark.
¿Qué es WordMark?
WordMark es una extensión de Chrome desarrollada por Aashay Palliwar, y su función principal es "Not the conventional bookmark.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión WordMark
Descarga archivos de extensión WordMark en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | WordMark |
ID | lmjcmfpgkiecmjpdokbfmjbmpibmgpcd |
URL Oficial | https://chromewebstore.google.com/detail/wordmark/lmjcmfpgkiecmjpdokbfmjbmpibmgpcd |
Descripción | Not the conventional bookmark. |
Tamaño del Archivo | 278 KB |
Cantidad de Instalaciones | 40 |
Versión Actual | 0.0.1 |
Última Actualización | 2020-05-31 |
Fecha de Publicación | 2020-05-31 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | Aashay Palliwar |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://aashaypalliwar.github.io |
URL de la Página de Ayuda | https://aashaypalliwar.github.io |
Idiomas Soportados | 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", "*:\/\/*\/*" ] } |