Unvisit

Mark link as unvisited by removing the url from the browsers history

O que é Unvisit?

Unvisit é uma extensão do Chrome desenvolvida por smukkekim, e sua principal característica é "Mark link as unvisited by removing the url from the browsers history".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Unvisit

Baixe arquivos de extensão Unvisit 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

                        Helps when working with styling links, by allowing you to make links "unvisited" by removing them from the browsers history                    

Informações Básicas da Extensão

Nome Unvisit Unvisit
ID fbggfcphnbjfjoppijhohnhmfofkcplj
URL Oficial https://chromewebstore.google.com/detail/unvisit/fbggfcphnbjfjoppijhohnhmfofkcplj
Descrição Mark link as unvisited by removing the url from the browsers history
Tamanho do Arquivo 12.59 KB
Contagem de Instalações 78
Versão Atual 1.0
Última Atualização 2020-11-20
Data de Publicação 2018-07-19
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor smukkekim
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Unvisit",
    "description": "Mark link as unvisited by removing the url from the browsers history",
    "version": "1.0",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "events.js"
        ],
        "persistent": false
    },
    "permissions": [
        "history",
        "contextMenus"
    ]
}