Code Pin

Pin your favorite code

Was ist Code Pin?

Code Pin ist eine Chrome-Erweiterung, die von gonelf entwickelt wurde, und ihr Hauptmerkmal ist "Pin your favorite code".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Code Pin-Erweiterungs-CRX-Datei herunterladen

Laden Sie Code Pin-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Code Pin Code Pin
ID jejfnidohoiookblfekocmkeogjmhjfe
Offizielle URL https://chrome.google.com/webstore/detail/code-pin/jejfnidohoiookblfekocmkeogjmhjfe
Beschreibung Pin your favorite code
Dateigröße 9.17 KB
Installationsanzahl 26
Aktuelle Version 1.0
Letztes Update 2015-08-08
Veröffentlichungsdatum 2015-08-08
Entwickler gonelf
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}