Quick Share Button

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

Hvad er Quick Share Button?

Quick Share Button er en Chrome-udvidelse udviklet af https://quicksharebutton.com, og dens hovedfunktion er "Share websites in 1-click and make YouTube videos start and stop at any second.".

Udvidelsesskærmbilleder

screenshot

Download Quick Share Button-udvidelses-CRX-fil

Download Quick Share Button-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Quick Share Button Quick Share Button
ID nfefnfhlmckdnhaiipelkkdlmiifpokg
Officiel URL https://chromewebstore.google.com/detail/quick-share-button/nfefnfhlmckdnhaiipelkkdlmiifpokg
Beskrivelse Share websites in 1-click and make YouTube videos start and stop at any second.
Filstørrelse 58.49 KB
Antal Installationer 120
Nuværende Version 1.0
Senest Opdateret 2012-09-27
Udgivelsesdato 2012-09-26
Udvikler https://quicksharebutton.com
Betalingsmetode free
Udvidelseswebsted http://www.quicksharebutton.com/download
Hjælpeside-URL http://www.quicksharebutton.com/contact
Understøttede Sprog 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:\/\/*\/*"
            ]
        }
    ]
}