my code stock.com - clipper

my code stock.com clipper - grab code snippets from every website and save it

What is my code stock.com - clipper?

my code stock.com - clipper is a Chrome extension developed by http://mycodestock.com, and its main feature is "my code stock.com clipper - grab code snippets from every website and save it".

Extension Screenshots

screenshot

Download my code stock.com - clipper Extension CRX File

Download my code stock.com - clipper 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

                        With the my code stock.com clipper extension for Google Chrome you can grab code snippets directly from every website and save it in your my code stock.com account.                    

Extension Basic Information

Name my code stock.com - clipper my code stock.com - clipper
ID fhokoaioghcemodgaaplgbgfehohpfji
Official URL https://chrome.google.com/webstore/detail/my-code-stockcom-clipper/fhokoaioghcemodgaaplgbgfehohpfji
Description my code stock.com clipper - grab code snippets from every website and save it
File Size 54.46 KB
Installation Count 205
Current Version 1.0.3
Last Updated 2014-03-11
Publish Date 2014-03-11
Rating 4.00/5 Total 3 Ratings
Developer http://mycodestock.com
Payment Type free
Extension Website https://mycodestock.com
Help Page URL https://mycodestock.com/support
Supported Languages de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.3",
    "icons": {
        "16": "mcs-16.png",
        "48": "mcs-48.png",
        "128": "mcs-128.png"
    },
    "permissions": [
        "background",
        "activeTab",
        "tabs",
        ""
    ],
    "browser_action": {
        "default_title": "my code stock.com clipper",
        "default_icon": "mcs-16.png"
    },
    "background": {
        "scripts": [
            "mcs-bckgr.js"
        ]
    },
    "homepage_url": "https:\/\/mycodestock.com",
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}