WordMark
Not the conventional bookmark.
Was ist WordMark?
WordMark ist eine Chrome-Erweiterung, die von Aashay Palliwar entwickelt wurde, und ihr Hauptmerkmal ist "Not the conventional bookmark.".
Erweiterungsscreenshots
WordMark-Erweiterungs-CRX-Datei herunterladen
Laden Sie WordMark-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | WordMark |
ID | lmjcmfpgkiecmjpdokbfmjbmpibmgpcd |
Offizielle URL | https://chromewebstore.google.com/detail/wordmark/lmjcmfpgkiecmjpdokbfmjbmpibmgpcd |
Beschreibung | Not the conventional bookmark. |
Dateigröße | 278 KB |
Installationsanzahl | 40 |
Aktuelle Version | 0.0.1 |
Letztes Update | 2020-05-31 |
Veröffentlichungsdatum | 2020-05-31 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Aashay Palliwar |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://aashaypalliwar.github.io |
Hilfeseite URL | https://aashaypalliwar.github.io |
Unterstützte Sprachen | 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", "*:\/\/*\/*" ] } |