Snip n Share

Share, Search and Annotate the snippets on web.

Wat is Snip n Share?

Snip n Share is een Chrome-extensie ontwikkeld door www.sabareesh.me, en de belangrijkste functie is "Share, Search and Annotate the snippets on web.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Snip n Share

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

                        Share, Search and Annotate the snippets on web                    

Basisinformatie over de Extensie

Naam Snip n Share Snip n Share
ID ohdkmhmjihoopjoknljbijjjppmopclm
Officiële URL https://chrome.google.com/webstore/detail/snip-n-share/ohdkmhmjihoopjoknljbijjjppmopclm
Beschrijving Share, Search and Annotate the snippets on web.
Bestandsgrootte 50.83 KB
Aantal Installaties 45
Huidige Versie 1.0
Laatst Bijgewerkt 2016-11-22
Publicatiedatum 2016-11-22
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar www.sabareesh.me
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}