Meemo
This extension allows to add the current page with notes into Meemo.
Vad är Meemo?
Meemo är en Chrome-tillägg utvecklad av https://meemo.minimal-space.de, och dess huvudfunktion är "This extension allows to add the current page with notes into Meemo.".
Tilläggsskärmbilder
Ladda ner Meemo-förlängningens CRX-fil
Ladda ner Meemo-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
Namn | Meemo |
ID | lhkjapedcimeeiildlmebipnekekjmod |
Officiell webbadress | https://chromewebstore.google.com/detail/meemo/lhkjapedcimeeiildlmebipnekekjmod |
Beskrivning | This extension allows to add the current page with notes into Meemo. |
Filstorlek | 22.06 KB |
Antal Installationer | 105 |
Aktuell Version | 0.2.0 |
Senast Uppdaterad | 2017-02-12 |
Publiceringsdatum | 2017-02-12 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | https://meemo.minimal-space.de |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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]" } } } |