Snep-it

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

Cos'è Snep-it?

Snep-it è un'estensione di Chrome sviluppata da https://www.sneppers.com, e la sua funzione principale è "Use the Snep-it tool to snep interesting images, audio and videos from your favourite websites".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Snep-it

Scarica i file di estensione Snep-it in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Snep-it Snep-it
ID lhfdlglalakanhdpddafjcnhklkmpjen
URL Ufficiale https://chromewebstore.google.com/detail/snep-it/lhfdlglalakanhdpddafjcnhklkmpjen
Descrizione Use the Snep-it tool to snep interesting images, audio and videos from your favourite websites
Dimensione del File 17.41 KB
Conteggio Installazioni 27
Versione Corrente 1.0
Ultimo Aggiornamento 2013-08-13
Data di Pubblicazione 2013-08-13
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore https://www.sneppers.com
Tipo di Pagamento free
Sito Web dell'Estensione https://www.sneppers.com
URL della Pagina di Aiuto https://www.sneppers.com/site/faq
Lingue Supportate 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__"
    }
}