Sheepy 網頁複製機
Clone what you see at runtime, save as standalone single HTML file.
Sheepy 網頁複製機คืออะไร?
Sheepy 網頁複製機 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Lackneets และคุณลักษณะหลักของมันคือ "Clone what you see at runtime, save as standalone single HTML file."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sheepy 網頁複製機
ดาวน์โหลดไฟล์ส่วนขยาย Sheepy 網頁複製機 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
2015/12/14 Sheepy 完美儲存目前看到的頁面,甚至網頁應用程式或是登入中的臉書。 只要在頁面上按右鍵,點選「Clone this!」就可以把目前畫面儲存成單一HTML檔案。 Here is a perfect solution that you can capture current view saving as pure HTML, even in a single page application (SAP). Clone what you see at run-time, save as standalone single HTML file. Just right click mouse and "Clone this!" New version will able to pack all assets gracefully in an archive file. Coming soon! ============================ Github: https://github.com/lackneets/chrome-sheepy ============================ → v1.0 更名為 Sheepy - 將功能移到右鍵選單 - 直接下載複製的網頁 - 掃描器視覺效果 ============================ v 0.1.0.2 修正路徑解析邏輯 v 0.1.0.1 修正外掛按鈕問題 2011.11.01 v 0.1.0.0 第一版
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ahcfljhlbjpnbcgpdolhdbnbogddlmnl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/sheepy-%E7%B6%B2%E9%A0%81%E8%A4%87%E8%A3%BD%E6%A9%9F/ahcfljhlbjpnbcgpdolhdbnbogddlmnl |
คำอธิบาย | Clone what you see at runtime, save as standalone single HTML file. |
ขนาดไฟล์ | 90.25 KB |
จำนวนการติดตั้ง | 574 |
เวอร์ชันปัจจุบัน | 1.0.0.2 |
อัปเดตครั้งล่าสุด | 2015-12-19 |
วันที่เผยแพร่ | 2015-12-19 |
คะแนน | 4.29/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | Lackneets |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "background.js" ] }, "description": "Clone what you see at runtime, save as standalone single HTML file.", "icons": { "128": "logotypes\/sheepy-128.png", "48": "logotypes\/sheepy-48.png", "16": "logotypes\/sheepy-16.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery.min.js", "sheepy.js", "shepherd.js" ], "css": [ "sheepy.css" ], "run_at": "document_idle", "all_frames": false } ], "name": "Sheepy \u7db2\u9801\u8907\u88fd\u6a5f", "permissions": [ "http:\/\/*\/", "https:\/\/*\/", "contextMenus" ], "version": "1.0.0.2", "manifest_version": 2 } |