WordMark
Not the conventional bookmark.
Cos'è WordMark?
WordMark è un'estensione di Chrome sviluppata da Aashay Palliwar, e la sua funzione principale è "Not the conventional bookmark.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione WordMark
Scarica i file di estensione WordMark in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | WordMark |
ID | lmjcmfpgkiecmjpdokbfmjbmpibmgpcd |
URL Ufficiale | https://chromewebstore.google.com/detail/wordmark/lmjcmfpgkiecmjpdokbfmjbmpibmgpcd |
Descrizione | Not the conventional bookmark. |
Dimensione del File | 278 KB |
Conteggio Installazioni | 40 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2020-05-31 |
Data di Pubblicazione | 2020-05-31 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Aashay Palliwar |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://aashaypalliwar.github.io |
URL della Pagina di Aiuto | https://aashaypalliwar.github.io |
Lingue Supportate | 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", "*:\/\/*\/*" ] } |