Mixture - Domain Specific Quick Notes

Create notes specific to a domain or website.

O que é Mixture - Domain Specific Quick Notes?

Mixture - Domain Specific Quick Notes é uma extensão do Chrome desenvolvida por BrowseChat, e sua principal característica é "Create notes specific to a domain or website.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Mixture - Domain Specific Quick Notes

Baixe arquivos de extensão Mixture - Domain Specific Quick Notes 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

                        Mixture is the extension for writing quick notes specific to a website.

Features 
-- Notes written will never leave your system (Mixture does not store any of your information).
-- Write quick notes specific to a domain i.e. different note for different website.
-- Search all notes quickly using domain name or content.

**Mixture does not collect any of your browsing or personal information**

Mixture by BrowseChat.                    

Informações Básicas da Extensão

Nome Mixture - Domain Specific Quick Notes Mixture - Domain Specific Quick Notes
ID dblmkngamhiehekeikefbcgcjhgdopld
URL Oficial https://chromewebstore.google.com/detail/mixture-domain-specific-q/dblmkngamhiehekeikefbcgcjhgdopld
Descrição Create notes specific to a domain or website.
Tamanho do Arquivo 87.82 MB
Contagem de Instalações 23
Versão Atual 1.4
Última Atualização 2021-09-03
Data de Publicação 2020-12-05
Classificação 4.80/5 Total de 5 Avaliações
Desenvolvedor BrowseChat
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": "Mixture - Domain Specific Quick Notes",
    "description": "Create notes specific to a domain or website.",
    "version": "1.4",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "128": "favicon.png"
    },
    "browser_action": {
        "default_icon": "favicon.png",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "",
        "tabs",
        "storage"
    ]
}