Code Pin

Pin your favorite code

Cos'è Code Pin?

Code Pin è un'estensione di Chrome sviluppata da gonelf, e la sua funzione principale è "Pin your favorite code".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Code Pin

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

                        Now you can save pages without images into your Pinterest account like Github and others.
Just install and use.
Visit github page to improve this project: https://github.com/gonelf/pin-code-chrome-extension                    

Informazioni di Base sull'Estensione

Nome Code Pin Code Pin
ID jejfnidohoiookblfekocmkeogjmhjfe
URL Ufficiale https://chrome.google.com/webstore/detail/code-pin/jejfnidohoiookblfekocmkeogjmhjfe
Descrizione Pin your favorite code
Dimensione del File 9.17 KB
Conteggio Installazioni 26
Versione Corrente 1.0
Ultimo Aggiornamento 2015-08-08
Data di Pubblicazione 2015-08-08
Sviluppatore gonelf
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Code Pin",
    "description": "Pin your favorite code",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "CodePin.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "permissions": [
        "activeTab",
        "tabs"
    ]
}