Quick Share Button

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

Qu'est-ce que Quick Share Button ?

Quick Share Button est une extension Chrome développée par https://quicksharebutton.com, et sa fonction principale est "Share websites in 1-click and make YouTube videos start and stop at any second.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Quick Share Button

Téléchargez les fichiers d'extension Quick Share Button 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

                        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!!                    

Informations de Base sur l'Extension

Nom Quick Share Button Quick Share Button
ID nfefnfhlmckdnhaiipelkkdlmiifpokg
URL Officiel https://chromewebstore.google.com/detail/quick-share-button/nfefnfhlmckdnhaiipelkkdlmiifpokg
Description Share websites in 1-click and make YouTube videos start and stop at any second.
Taille du Fichier 58.49 KB
Nombre d'Installations 120
Version Actuelle 1.0
Dernière Mise à Jour 2012-09-27
Date de Publication 2012-09-26
Développeur https://quicksharebutton.com
Type de Paiement free
Site Web de l'Extension http://www.quicksharebutton.com/download
URL de la Page d'Aide http://www.quicksharebutton.com/contact
Langues Prises en Charge 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:\/\/*\/*"
            ]
        }
    ]
}