Meemo
This extension allows to add the current page with notes into Meemo.
Co to jest Meemo?
Meemo to rozszerzenie Chrome opracowane przez https://meemo.minimal-space.de, a jego główną funkcją jest „This extension allows to add the current page with notes into Meemo.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Meemo
Pobierz pliki rozszerzeń Meemo 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
Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | lhkjapedcimeeiildlmebipnekekjmod |
| Oficjalny URL | https://chromewebstore.google.com/detail/meemo/lhkjapedcimeeiildlmebipnekekjmod |
| Opis | This extension allows to add the current page with notes into Meemo. |
| Rozmiar pliku | 22.06 KB |
| Liczba instalacji | 105 |
| Aktualna Wersja | 0.2.0 |
| Ostatnia Aktualizacja | 2017-02-12 |
| Data Publikacji | 2017-02-12 |
| Ocena | 5.00/5 Łącznie 2 Oceny |
| Deweloper | https://meemo.minimal-space.de |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Meemo",
"description": "This extension allows to add the current page with notes into Meemo.",
"homepage_url": "https:\/\/meemo.minimal-space.de",
"icons": {
"128": "logo.png"
},
"version": "0.2.0",
"browser_action": {
"default_title": "Meemo",
"default_icon": "logo.png",
"default_popup": "popup.html"
},
"permissions": [
"activeTab"
],
"web_accessible_resources": [
"logo.png"
],
"applications": {
"gecko": {
"id": "[email protected]"
}
}
} | |