Cloud Save
Save to cloud.
Cloud Saveคืออะไร?
Cloud Save เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mahnas92 และคุณลักษณะหลักของมันคือ "Save to cloud."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cloud Save
ดาวน์โหลดไฟล์ส่วนขยาย Cloud Save ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
************* NOTE! ************* The extension does not work since a recent update to Chrome. I will unfortunately not have time to fix this in a near future. If you're a coder, feel free to take a look at the code and locate (and maybe fix) the error if I haven't done so myself yet. https://github.com/Mahnas92/cloudsave/ ********************************* Save files to the cloud. Supports: Google Docs Box.net Dropbox Amazon Cloud Drive Windows Live SkyDrive SugarSync Facebook Picasa Flickr Min.us Twitpic ...and more... Source Code: https://github.com/antimatter15/cloudsave Uploader's fix-code: https://github.com/Mahnas92/cloudsave v 1.5.1 Fixed the extension that used API not supported in Chrome versions 28.x and up. Note that the changelog bellow might be from different branches of the project, I just copied it from the different, already uploaded (but non-functioning and non-maintained) entries of this pluggin. V 1.4.6 fixs several bugs according to users' reviews and feedbacks, including: - removing the marketing / ad replacement; - now you can save the .pdf pages you are browsing (works only when you use the Chrome PDF Viewer, not the Adobe PDF Plug-In); - minus.com works now, but Skydrive is still not ready yet, because Microsoft requires a redirect domain for a web app to use their Live connect API, but I don't have any domain right now; - Google drive also works. 1.4.0 Various bugfixes and improvements. 1.3.7 Added marketing settings toggle. 1.3.2 New settings page with option to enable additional file hosts. Grouped more menu by type. 1.3.0 Added support for Facebook, Amazon Cloud Drive and SugarSync. New progress bar and notification system, faster file uploads and lower CPU usage. Will now support uploading all file types to Google Docs once Google has enabled it. Notifications are automatically dismissed. Click on notification to open the file once it's been uploaded.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Cloud Save |
ID | ehjiibljljecbmgpgdlkejiaadppplkp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/cloud-save/ehjiibljljecbmgpgdlkejiaadppplkp |
คำอธิบาย | Save to cloud. |
ขนาดไฟล์ | 449 KB |
จำนวนการติดตั้ง | 1,574 |
เวอร์ชันปัจจุบัน | 1.5.1 |
อัปเดตครั้งล่าสุด | 2014-06-22 |
วันที่เผยแพร่ | 2014-06-22 |
คะแนน | 3.11/5 รวมทั้งหมด 19 คะแนน |
ผู้พัฒนา | mahnas92 |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/mahnas92/cloudsave |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cloud Save", "version": "1.5.1", "description": "Save to cloud.", "background": { "page": "cloudsave.html" }, "permissions": [ "*:\/\/*\/", "tabs", "contextMenus", "unlimitedStorage", "notifications" ], "options_page": "settings.html", "icons": { "16": "icon\/16.png", "32": "icon\/32.png", "48": "icon\/48.png", "64": "icon\/64.png", "128": "icon\/128.png", "512": "icon\/512.png" } } |