Tagmmer, store any file & any weblink.

Tagmmer.com Chrome Extension

Cos'è Tagmmer, store any file & any weblink.?

Tagmmer, store any file & any weblink. è un'estensione di Chrome sviluppata da https://tagmmer.com, e la sua funzione principale è "Tagmmer.com Chrome Extension".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Tagmmer, store any file & any weblink.

Scarica i file di estensione Tagmmer, store any file & any weblink. 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Tagmmer, store any file & any weblink. Tagmmer, store any file & any weblink.
ID mgddlmpcgnledineknbjbbgbolhcppem
URL Ufficiale https://chromewebstore.google.com/detail/tagmmer-store-any-file-an/mgddlmpcgnledineknbjbbgbolhcppem
Descrizione Tagmmer.com Chrome Extension
Dimensione del File 51.01 KB
Conteggio Installazioni 102
Versione Corrente 1.1
Ultimo Aggiornamento 2015-11-29
Data di Pubblicazione 2015-11-29
Valutazione 4.50/5 Totale 2 Valutazioni
Sviluppatore https://tagmmer.com
Tipo di Pagamento free
Sito Web dell'Estensione http://tagmmer.com
URL della Pagina di Aiuto http://tagmmer.com
Lingue Supportate 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"
}