WordMark

Not the conventional bookmark.

O que é WordMark?

WordMark é uma extensão do Chrome desenvolvida por Aashay Palliwar, e sua principal característica é "Not the conventional bookmark.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão WordMark

Baixe arquivos de extensão WordMark no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome WordMark WordMark
ID lmjcmfpgkiecmjpdokbfmjbmpibmgpcd
URL Oficial https://chromewebstore.google.com/detail/wordmark/lmjcmfpgkiecmjpdokbfmjbmpibmgpcd
Descrição Not the conventional bookmark.
Tamanho do Arquivo 278 KB
Contagem de Instalações 40
Versão Atual 0.0.1
Última Atualização 2020-05-31
Data de Publicação 2020-05-31
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Aashay Palliwar
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://aashaypalliwar.github.io
URL da Página de Ajuda https://aashaypalliwar.github.io
Idiomas Suportados 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",
        "*:\/\/*\/*"
    ]
}