Meemo
This extension allows to add the current page with notes into Meemo.
Apa itu Meemo?
Meemo adalah ekstensi Chrome yang dikembangkan oleh https://meemo.minimal-space.de, dan fitur utamanya adalah "This extension allows to add the current page with notes into Meemo.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Meemo
Unduh file ekstensi Meemo dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Informasi Dasar Ekstensi
Nama | Meemo |
ID | lhkjapedcimeeiildlmebipnekekjmod |
URL Resmi | https://chromewebstore.google.com/detail/meemo/lhkjapedcimeeiildlmebipnekekjmod |
Deskripsi | This extension allows to add the current page with notes into Meemo. |
Ukuran File | 22.06 KB |
Jumlah Instalasi | 105 |
Versi Saat Ini | 0.2.0 |
Terakhir Diperbarui | 2017-02-12 |
Tanggal Publikasi | 2017-02-12 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | https://meemo.minimal-space.de |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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]" } } } |