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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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:\/\/*\/*"
            ]
        }
    ]
}