Ember
Save webpages to your Ember library.
Emberとは何ですか?
EmberはRealmac Softwareによって開発されたChromeの拡張機能で、その主な機能は「Save webpages to your Ember library.」です。
拡張機能のスクリーンショット
Ember拡張機能のCRXファイルをダウンロード
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" ] } ] } |