Ember

Save webpages to your Ember library.

Co je Ember?

Ember je rozšíření Chrome vyvinuté Realmac Software, a jeho hlavní funkcí je „Save webpages to your Ember library.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Ember

Stáhněte si soubory rozšíření Ember ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Ember Ember
ID egpkelgmfbcppcjeefkbfemdfjljnhai
Oficiální URL https://chromewebstore.google.com/detail/ember/egpkelgmfbcppcjeefkbfemdfjljnhai
Popis Save webpages to your Ember library.
Velikost souboru 335 KB
Počet instalací 2,403
Aktuální Verze 1.1
Poslední Aktualizace 2014-02-04
Datum Vydání 2014-02-04
Hodnocení 1.79/5 Celkem 63 Hodnocení
Vývojář Realmac Software
Typ Platby free
Webové stránky Rozšíření http://www.realmacsoftware.com/ember/extensions
URL Stránky Nápovědy http://www.realmacsoftware.com/support
Podporované Jazyky 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"
            ]
        }
    ]
}