Quick Share Button

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

ما هو Quick Share Button؟

Quick Share Button هو إضافة Chrome تم تطويرها بواسطة https://quicksharebutton.com، والميزة الرئيسية لها هي "Share websites in 1-click and make YouTube videos start and stop at any second.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Quick Share Button

قم بتنزيل ملفات الامتداد Quick Share Button بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم Quick Share Button Quick Share Button
ID nfefnfhlmckdnhaiipelkkdlmiifpokg
عنوان URL الرسمي https://chromewebstore.google.com/detail/quick-share-button/nfefnfhlmckdnhaiipelkkdlmiifpokg
الوصف Share websites in 1-click and make YouTube videos start and stop at any second.
حجم الملف 58.49 KB
عدد التثبيتات 120
النسخة الحالية 1.0
آخر تحديث 2012-09-27
تاريخ النشر 2012-09-26
المطور https://quicksharebutton.com
نوع الدفع free
موقع الإضافة http://www.quicksharebutton.com/download
عنوان صفحة المساعدة http://www.quicksharebutton.com/contact
اللغات المدعومة 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:\/\/*\/*"
            ]
        }
    ]
}