WeSnipp Chrome Extension

The official WeSnipp Chrome Extension

Wat is WeSnipp Chrome Extension?

WeSnipp Chrome Extension is een Chrome-extensie ontwikkeld door http://wesnipp.com, en de belangrijkste functie is "The official WeSnipp Chrome Extension".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie WeSnipp Chrome Extension

Download WeSnipp Chrome Extension-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

 The Chrome extension WeSnipp makes adding snippet simpler. When a web page contains code ('
' ), a button is added next. 

Just be clicked to add it to your snippets                    

Basisinformatie over de Extensie

Naam WeSnipp Chrome Extension WeSnipp Chrome Extension
ID nljdgkgnlfkedbdimeiojkcllnandmke
Officiële URL https://chrome.google.com/webstore/detail/wesnipp-chrome-extension/nljdgkgnlfkedbdimeiojkcllnandmke
Beschrijving The official WeSnipp Chrome Extension
Bestandsgrootte 438 KB
Aantal Installaties 90
Huidige Versie 1.3.4
Laatst Bijgewerkt 2014-09-19
Publicatiedatum 2014-09-19
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar http://wesnipp.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WeSnipp Chrome Extension",
    "description": "The official WeSnipp Chrome Extension",
    "version": "1.3.4",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon-48.png"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "https:\/\/wesnipp.com\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/wesnipp.com; object-src 'self'",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.wesnipp.com\/*"
        ]
    },
    "background": {
        "persistent": false,
        "scripts": [
            "jquery.min.js",
            "background.js",
            "wesnipp.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "wesnipp.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}