Ember
Save webpages to your Ember library.
What is Ember?
Ember is a Chrome extension developed by Realmac Software, and its main feature is "Save webpages to your Ember library.".
Extension Screenshots
Download Ember Extension CRX File
Download Ember extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Ember |
ID | egpkelgmfbcppcjeefkbfemdfjljnhai |
Official URL | https://chromewebstore.google.com/detail/ember/egpkelgmfbcppcjeefkbfemdfjljnhai |
Description | Save webpages to your Ember library. |
File Size | 335 KB |
Installation Count | 2,403 |
Current Version | 1.1 |
Last Updated | 2014-02-04 |
Publish Date | 2014-02-04 |
Rating | 1.79/5 Total 63 Ratings |
Developer | Realmac Software |
Payment Type | free |
Extension Website | http://www.realmacsoftware.com/ember/extensions |
Help Page URL | http://www.realmacsoftware.com/support |
Supported Languages | 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" ] } ] } |