Quick Share Button

Share websites in 1-click and make YouTube videos start and stop at any second.

Cos'è Quick Share Button?

Quick Share Button è un'estensione di Chrome sviluppata da https://quicksharebutton.com, e la sua funzione principale è "Share websites in 1-click and make YouTube videos start and stop at any second.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Quick Share Button

Scarica i file di estensione Quick Share Button 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

                        Quick Share Button allows you to share sites and videos in 1-click.
No need to copy-paste urls.
In addition, when you surf on YouTube, Quick Share Button allows you to choose the second the video starts and stops and share only the relevant content with your friends or colleagues!!                    

Informazioni di Base sull'Estensione

Nome Quick Share Button Quick Share Button
ID nfefnfhlmckdnhaiipelkkdlmiifpokg
URL Ufficiale https://chromewebstore.google.com/detail/quick-share-button/nfefnfhlmckdnhaiipelkkdlmiifpokg
Descrizione Share websites in 1-click and make YouTube videos start and stop at any second.
Dimensione del File 58.49 KB
Conteggio Installazioni 120
Versione Corrente 1.0
Ultimo Aggiornamento 2012-09-27
Data di Pubblicazione 2012-09-26
Sviluppatore https://quicksharebutton.com
Tipo di Pagamento free
Sito Web dell'Estensione http://www.quicksharebutton.com/download
URL della Pagina di Aiuto http://www.quicksharebutton.com/contact
Lingue Supportate en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quick Share Button",
    "version": "1.0",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "Share websites in 1-click and make YouTube videos start and stop at any second.",
    "permissions": [
        "tabs",
        "http:\/\/www.quicksharebutton.com\/*"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery.min.js",
                "js\/popup.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}