Snip n Share

Share, Search and Annotate the snippets on web.

What is Snip n Share?

Snip n Share is a Chrome extension developed by www.sabareesh.me, and its main feature is "Share, Search and Annotate the snippets on web.".

Extension Screenshots

screenshot
screenshot

Download Snip n Share Extension CRX File

Download Snip n Share 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

                        Share, Search and Annotate the snippets on web                    

Extension Basic Information

Name Snip n Share Snip n Share
ID ohdkmhmjihoopjoknljbijjjppmopclm
Official URL https://chrome.google.com/webstore/detail/snip-n-share/ohdkmhmjihoopjoknljbijjjppmopclm
Description Share, Search and Annotate the snippets on web.
File Size 50.83 KB
Installation Count 45
Current Version 1.0
Last Updated 2016-11-22
Publish Date 2016-11-22
Rating 1.00/5 Total 1 Ratings
Developer www.sabareesh.me
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Snip n Share",
    "description": "Share, Search and Annotate the snippets on web.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "images\/icon-enabled.png",
        "default_title": "Toggle Snip n Share."
    },
    "permissions": [
        "tabs",
        "activeTab",
        "",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/jquery.min.js",
            "js\/slip-n-share.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "slip-n-share.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/slip-n-share.js"
            ]
        }
    ],
    "icons": {
        "128": "images\/icon-enabled.png"
    },
    "web_accessible_resources": [
        "images\/*.png"
    ]
}