Tagmmer, store any file & any weblink.

Tagmmer.com Chrome Extension

O que é Tagmmer, store any file & any weblink.?

Tagmmer, store any file & any weblink. é uma extensão do Chrome desenvolvida por https://tagmmer.com, e sua principal característica é "Tagmmer.com Chrome Extension".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Tagmmer, store any file & any weblink.

Baixe arquivos de extensão Tagmmer, store any file & any weblink. 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

                        Tagmmer is the solution that allows you to centralize, share and even to promote any weblink and any file in one visual single place, whether they be: articles, videos, eBooks, PDF, PowerPoint, Word, Excel, music, pictures.

Tagmmer is a destination for your educational, intellectual, cultural or professional content, but also for all your passions or interests.

Think of Tagmmer as a visual personal library in the cloud for everything your read, watch, listen, learn or even teach!

More than a place to organize any content, Tagmmer is also the best place for networking with other people in order to share your knowledge, discover and learn new things.                    

Informações Básicas da Extensão

Nome Tagmmer, store any file & any weblink. Tagmmer, store any file & any weblink.
ID mgddlmpcgnledineknbjbbgbolhcppem
URL Oficial https://chromewebstore.google.com/detail/tagmmer-store-any-file-an/mgddlmpcgnledineknbjbbgbolhcppem
Descrição Tagmmer.com Chrome Extension
Tamanho do Arquivo 51.01 KB
Contagem de Instalações 102
Versão Atual 1.1
Última Atualização 2015-11-29
Data de Publicação 2015-11-29
Classificação 4.50/5 Total de 2 Avaliações
Desenvolvedor https://tagmmer.com
Tipo de Pagamento free
Site da Extensão http://tagmmer.com
URL da Página de Ajuda http://tagmmer.com
Idiomas Suportados fr
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Tagmmer, store any file & any weblink.",
        "default_icon": "img\/tagmmer_48.png"
    },
    "content_scripts": [
        {
            "css": [
                "css\/tagmmer.css"
            ],
            "js": [
                "js\/jquery.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "128": "img\/tagmmer_128.png",
        "16": "img\/tagmmer_16.png",
        "32": "img\/tagmmer_32.png",
        "48": "img\/tagmmer_48.png"
    },
    "name": "Tagmmer, store any file & any weblink.",
    "version": "1.1",
    "description": "Tagmmer.com Chrome Extension",
    "manifest_version": 2,
    "minimum_chrome_version": "5.0",
    "permissions": [
        "tabs",
        "",
        "contextMenus"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self' https:\/\/tagmmer.com; object-src 'self' https:\/\/tagmmer.com"
}