Ember

Save webpages to your Ember library.

Что такое Ember?

Ember - это расширение Chrome, разработанное Realmac Software, и его основная функция - "Save webpages to your Ember library.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Ember

Скачайте файлы расширений 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"
            ]
        }
    ]
}