Quick Share Button

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

Apa itu Quick Share Button?

Quick Share Button adalah ekstensi Chrome yang dikembangkan oleh https://quicksharebutton.com, dan fitur utamanya adalah "Share websites in 1-click and make YouTube videos start and stop at any second.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Quick Share Button

Unduh file ekstensi Quick Share Button dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Quick Share Button Quick Share Button
ID nfefnfhlmckdnhaiipelkkdlmiifpokg
URL Resmi https://chromewebstore.google.com/detail/quick-share-button/nfefnfhlmckdnhaiipelkkdlmiifpokg
Deskripsi Share websites in 1-click and make YouTube videos start and stop at any second.
Ukuran File 58.49 KB
Jumlah Instalasi 120
Versi Saat Ini 1.0
Terakhir Diperbarui 2012-09-27
Tanggal Publikasi 2012-09-26
Pengembang https://quicksharebutton.com
Tipe Pembayaran free
Situs Ekstensi http://www.quicksharebutton.com/download
URL Halaman Bantuan http://www.quicksharebutton.com/contact
Bahasa yang Didukung 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:\/\/*\/*"
            ]
        }
    ]
}