Snep-it

Use the Snep-it tool to snep interesting images, audio and videos from your favourite websites

Was ist Snep-it?

Snep-it ist eine Chrome-Erweiterung, die von https://www.sneppers.com entwickelt wurde, und ihr Hauptmerkmal ist "Use the Snep-it tool to snep interesting images, audio and videos from your favourite websites".

Erweiterungsscreenshots

screenshot
screenshot

Snep-it-Erweiterungs-CRX-Datei herunterladen

Laden Sie Snep-it-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Use the Snep-it tool to snep interesting images and videos from your favourite websites. After installing the extension the Sneppers icon will be visible in your bookmarks bar and ready to use! You can also find the Snep-it tool in the extra menu options by pressing the right mouse button.

The Snep-it tool is an easy and fast way to select interesting images and videos from your favourite website(s), post them on Sneppers and share with your followers and friends on other social media. It is possible to snep from most websites. After snepping you can go to the Sneppers website or open the Sneppers app to see all of your sneps. There you can collect sneps in webs, recommend or share. Follow other users to discover sneps all over the world or nearby.                    

Grundlegende Informationen zur Erweiterung

Name Snep-it Snep-it
ID lhfdlglalakanhdpddafjcnhklkmpjen
Offizielle URL https://chromewebstore.google.com/detail/snep-it/lhfdlglalakanhdpddafjcnhklkmpjen
Beschreibung Use the Snep-it tool to snep interesting images, audio and videos from your favourite websites
Dateigröße 17.41 KB
Installationsanzahl 27
Aktuelle Version 1.0
Letztes Update 2013-08-13
Veröffentlichungsdatum 2013-08-13
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler https://www.sneppers.com
Zahlungsart free
Erweiterungswebsite https://www.sneppers.com
Hilfeseite URL https://www.sneppers.com/site/faq
Unterstützte Sprachen id,en,nl,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "1.0",
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "assets\/icons\/icon19.png",
            "38": "assets\/icons\/icon38.png"
        },
        "default_title": "__MSG_browserActionIconTooltip__"
    }
}