Snip n Share

Share, Search and Annotate the snippets on web.

Qu'est-ce que Snip n Share ?

Snip n Share est une extension Chrome développée par www.sabareesh.me, et sa fonction principale est "Share, Search and Annotate the snippets on web.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Snip n Share

Téléchargez les fichiers d'extension Snip n Share au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Share, Search and Annotate the snippets on web                    

Informations de Base sur l'Extension

Nom Snip n Share Snip n Share
ID ohdkmhmjihoopjoknljbijjjppmopclm
URL Officiel https://chrome.google.com/webstore/detail/snip-n-share/ohdkmhmjihoopjoknljbijjjppmopclm
Description Share, Search and Annotate the snippets on web.
Taille du Fichier 50.83 KB
Nombre d'Installations 45
Version Actuelle 1.0
Dernière Mise à Jour 2016-11-22
Date de Publication 2016-11-22
Évaluation 1.00/5 Total 1 Évaluations
Développeur www.sabareesh.me
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}