Ember
Save webpages to your Ember library.
Emberคืออะไร?
Ember เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Realmac Software และคุณลักษณะหลักของมันคือ "Save webpages to your Ember library."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ember
ดาวน์โหลดไฟล์ส่วนขยาย Ember ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The Ember extension makes it incredibly easy to save webpages to your Ember library, apply tags to the page before you snap it, and send the page to a collection in your library. All from within Chrome, and (entirely optionally) without Ember open. Save webpages that inspire you, webpages you need to edit using Ember’s annotation tools, and share them with co-workers and friends. Please note that the Ember browser extension requires Ember for Mac, available exclusively on the Mac App Store: http://www.realmacsoftware.com/redirects/ember/appstore
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Ember |
ID | egpkelgmfbcppcjeefkbfemdfjljnhai |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ember/egpkelgmfbcppcjeefkbfemdfjljnhai |
คำอธิบาย | Save webpages to your Ember library. |
ขนาดไฟล์ | 335 KB |
จำนวนการติดตั้ง | 2,403 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2014-02-04 |
วันที่เผยแพร่ | 2014-02-04 |
คะแนน | 1.79/5 รวมทั้งหมด 63 คะแนน |
ผู้พัฒนา | Realmac Software |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.realmacsoftware.com/ember/extensions |
URL หน้าช่วยเหลือ | http://www.realmacsoftware.com/support |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ember", "description": "Save webpages to your Ember library.", "version": "1.1", "browser_action": { "default_icon": { "19": "images\/toolbar.png", "38": "images\/[email protected]" }, "default_title": "Snap with Ember" }, "icons": { "16": "Icon-16.png", "48": "Icon-48.png", "128": "Icon-128.png" }, "permissions": [ "activeTab", "tabs", "contextMenus", "cookies", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "injected.js" ] } ] } |