SpeedUp

Share easily

SpeedUpคืออะไร?

SpeedUp เป็นส่วนขยายของ Chrome ที่พัฒนาโดย OpenSource และคุณลักษณะหลักของมันคือ "Share easily"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SpeedUp

ดาวน์โหลดไฟล์ส่วนขยาย SpeedUp ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Share anything from your webpage. If you don't select anything, url is shared. For sharing images and hyperlinks, right click to select the share option and scan the generated QR Code at the receiver end.
Save your time, you are already running late.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SpeedUp SpeedUp
ID enjjlbjcahcijonjpdpcifnjoniojbaa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/speedup/enjjlbjcahcijonjpdpcifnjoniojbaa
คำอธิบาย Share easily
ขนาดไฟล์ 554 KB
จำนวนการติดตั้ง 15
เวอร์ชันปัจจุบัน 2.1
อัปเดตครั้งล่าสุด 2016-09-28
วันที่เผยแพร่ 2016-09-27
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา OpenSource
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SpeedUp",
    "description": "Share easily",
    "version": "2.1",
    "browser_action": {
        "default_icon": "icon.ico",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "",
        "contextMenus",
        "storage",
        "activeTab"
    ]
}