Code Pin

Pin your favorite code

Wat is Code Pin?

Code Pin is een Chrome-extensie ontwikkeld door gonelf, en de belangrijkste functie is "Pin your favorite code".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Code Pin

Download Code Pin-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Code Pin Code Pin
ID jejfnidohoiookblfekocmkeogjmhjfe
Officiële URL https://chrome.google.com/webstore/detail/code-pin/jejfnidohoiookblfekocmkeogjmhjfe
Beschrijving Pin your favorite code
Bestandsgrootte 9.17 KB
Aantal Installaties 26
Huidige Versie 1.0
Laatst Bijgewerkt 2015-08-08
Publicatiedatum 2015-08-08
Ontwikkelaar gonelf
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}