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 |
官方網址 | 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" ] } ] } |