Chocolate Factory
Select/import multiple packages on chocolatey.org
Chocolate Factoryคืออะไร?
Chocolate Factory เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ifugu และคุณลักษณะหลักของมันคือ "Select/import multiple packages on chocolatey.org"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chocolate Factory
ดาวน์โหลดไฟล์ส่วนขยาย Chocolate Factory ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Chocolatey is an awesome package manager for Windows. It allows installation, updates and uninstallation of software from simple commands just like package managers on other operating systems. Problem: There's no way to select multiple packages on chocolatey.org. Solution: Chocolate Factory adds checkboxes beside each command. Just check the packages you want to install and then click the Copy button at the bottom of the page. A single command for installing the selected packages will be copied to the clipboard. Two more features of Chocolate Factory: 1) You can now click on the install command for any package and it will be copied to the clipboard. 2) Chocolate Factory also supports importing a list of packages. It accepts the output of the 'choco list -lo' command for importing your previously installed packages.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Chocolate Factory |
ID | haaendbfglnbfcbmfgfkhjplbakbbpbj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/chocolate-factory/haaendbfglnbfcbmfgfkhjplbakbbpbj |
คำอธิบาย | Select/import multiple packages on chocolatey.org |
ขนาดไฟล์ | 114 KB |
จำนวนการติดตั้ง | 64 |
เวอร์ชันปัจจุบัน | 1.1.0 |
อัปเดตครั้งล่าสุด | 2014-09-30 |
วันที่เผยแพร่ | 2014-09-29 |
คะแนน | 3.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | ifugu |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://chocolatey.org/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chocolate Factory", "short_name": "ChocoFac", "version": "1.1.0", "description": "Select\/import multiple packages on chocolatey.org", "author": "Corey Meredith", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "homepage_url": "http:\/\/halfduplex.us\/", "permissions": [ "clipboardWrite" ], "content_scripts": [ { "exclude_globs": [], "include_globs": [ "*" ], "js": [ "scripts\/jquery.min.js", "scripts\/jquery.reveal.js", "scripts\/toastr.min.js", "scripts\/chocolate-factory.user.js" ], "css": [ "css\/reveal.min.css", "css\/toastr.min.css", "css\/icomoon.css", "css\/chocolate-factory.css" ], "matches": [ "http:\/\/*.chocolatey.org\/*", "https:\/\/*.chocolatey.org\/*" ], "run_at": "document_end" } ], "background": { "page": "clipboard.html" }, "web_accessible_resources": [ "images\/modal-gloss.png", "fonts\/icomoon.woff", "fonts\/WillyWonka_subset.woff", "scripts\/toastr.min.js.map", "scripts\/jquery.min.js.map" ] } |