Cloud Storage Direct Links

Quick links to Drop Box, Box, Google Drive, Mediafire, 4shared, and many more.

Cloud Storage Direct Linksคืออะไร?

Cloud Storage Direct Links เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Robert Rioja (miapuffia) และคุณลักษณะหลักของมันคือ "Quick links to Drop Box, Box, Google Drive, Mediafire, 4shared, and many more."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cloud Storage Direct Links

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

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

                        By clicking this extension, you will see links to...

DropBox
Box
SugarSync
OneDrive
Google Drive
4Shared
MEGA
MediaFire
Yandex
Amazon S3
EVERNOTE
hubiC

Links may be reordered and hidden to each user's liking.

If you have any questions, comments, or suggestions, fell free to email me at [email protected] and thank you for viewing my extension!                    

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

ชื่อ Cloud Storage Direct Links Cloud Storage Direct Links
ID fbkkphfailagfnjpgmddfmghblmggbja
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cloud-storage-direct-link/fbkkphfailagfnjpgmddfmghblmggbja
คำอธิบาย Quick links to Drop Box, Box, Google Drive, Mediafire, 4shared, and many more.
ขนาดไฟล์ 345 KB
จำนวนการติดตั้ง 3,043
เวอร์ชันปัจจุบัน 4.4
อัปเดตครั้งล่าสุด 2016-07-07
วันที่เผยแพร่ 2016-07-06
คะแนน 3.89/5 รวมทั้งหมด 18 คะแนน
ผู้พัฒนา Robert Rioja (miapuffia)
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cloud Storage Direct Links",
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "jquery-ui.js",
            "jquery-1.12.4.js",
            "sortable.js",
            "loading.js",
            "saving.js"
        ]
    },
    "version": "4.4",
    "description": "Quick links to Drop Box, Box, Google Drive, Mediafire, 4shared, and many more.",
    "icons": {
        "128": "icon1.png"
    },
    "browser_action": {
        "default_icon": "icon2.png",
        "default_popup": "popup.html"
    }
}