Gentlemint

The Gentlemint tack add extension

Cos'è Gentlemint?

Gentlemint è un'estensione di Chrome sviluppata da https://gentlemint.com, e la sua funzione principale è "The Gentlemint tack add extension".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Gentlemint

Scarica i file di estensione Gentlemint 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

                        This extension allows Gentlemint.com members to easily add links to the site without leaving the webpage.                    

Informazioni di Base sull'Estensione

Nome Gentlemint Gentlemint
ID ohofbfddgdbopkbnajhkbnedalpaeaab
URL Ufficiale https://chromewebstore.google.com/detail/gentlemint/ohofbfddgdbopkbnajhkbnedalpaeaab
Descrizione The Gentlemint tack add extension
Dimensione del File 47.41 KB
Conteggio Installazioni 25
Versione Corrente 1.0.6
Ultimo Aggiornamento 2015-09-11
Data di Pubblicazione 2015-09-11
Sviluppatore https://gentlemint.com
Tipo di Pagamento free
Sito Web dell'Estensione http://gentlemint.com/tools/
URL della Pagina di Aiuto http://gentlemint.com
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gentlemint",
    "description": "The Gentlemint tack add extension",
    "version": "1.0.6",
    "homepage_url": "http:\/\/gentlemint.com",
    "author": "Gentlemint",
    "icons": {
        "16": "images\/32.png",
        "19": "images\/38.png",
        "38": "images\/76.png",
        "48": "images\/96.png",
        "128": "images\/256.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/32.png",
            "19": "images\/38.png",
            "38": "images\/76.png",
            "48": "images\/96.png",
            "128": "images\/256.png"
        }
    },
    "background": {
        "scripts": [
            "event.js"
        ],
        "persistent": false
    },
    "permissions": [
        ""
    ],
    "offline_enabled": false
}