Ember
Save webpages to your Ember library.
Ember란 무엇입니까?
Ember은(는) Realmac Software에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save webpages to your Ember library."입니다.
확장 프로그램 스크린샷
Ember 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } ] } |