Code Pin

Pin your favorite code

What is Code Pin?

Code Pin is a Chrome extension developed by gonelf, and its main feature is "Pin your favorite code".

Extension Screenshots

screenshot
screenshot
screenshot

Download Code Pin Extension CRX File

Download Code Pin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Code Pin Code Pin
ID jejfnidohoiookblfekocmkeogjmhjfe
Official URL https://chrome.google.com/webstore/detail/code-pin/jejfnidohoiookblfekocmkeogjmhjfe
Description Pin your favorite code
File Size 9.17 KB
Installation Count 26
Current Version 1.0
Last Updated 2015-08-08
Publish Date 2015-08-08
Developer gonelf
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}