Ember

Save webpages to your Ember library.

什么是Ember?

Ember是由Realmac Software开发的Chrome扩展程序,该扩展的主要功能是“Save webpages to your Ember library.”。

扩展截图

screenshot

下载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 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"
            ]
        }
    ]
}