Ember
Save webpages to your Ember library.
Co to jest Ember?
Ember to rozszerzenie Chrome opracowane przez Realmac Software, a jego główną funkcją jest „Save webpages to your Ember library.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Ember
Pobierz pliki rozszerzeń Ember w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Ember |
ID | egpkelgmfbcppcjeefkbfemdfjljnhai |
Oficjalny URL | https://chromewebstore.google.com/detail/ember/egpkelgmfbcppcjeefkbfemdfjljnhai |
Opis | Save webpages to your Ember library. |
Rozmiar pliku | 335 KB |
Liczba instalacji | 2,403 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2014-02-04 |
Data Publikacji | 2014-02-04 |
Ocena | 1.79/5 Łącznie 63 Oceny |
Deweloper | Realmac Software |
Typ Płatności | free |
Strona Rozszerzenia | http://www.realmacsoftware.com/ember/extensions |
Adres URL Strony Pomocy | http://www.realmacsoftware.com/support |
Obsługiwane Języki | 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" ] } ] } |