Meemo

This extension allows to add the current page with notes into Meemo.

什么是Meemo?

Meemo是由https://meemo.minimal-space.de开发的Chrome扩展程序,该扩展的主要功能是“This extension allows to add the current page with notes into Meemo.”。

扩展截图

screenshot

下载Meemo扩展crx文件

下载Meemo扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 Meemo Meemo
ID lhkjapedcimeeiildlmebipnekekjmod
官方URL https://chromewebstore.google.com/detail/meemo/lhkjapedcimeeiildlmebipnekekjmod
简介 This extension allows to add the current page with notes into Meemo.
文件大小 22.06 KB
安装次数 105
当前版本 0.2.0
更新时间 2017-02-12
上架时间 2017-02-12
评分 5.00/5 共2次评分
开发者 https://meemo.minimal-space.de
电子邮箱 [email protected]
付费类型 free
支持的语言 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]"
        }
    }
}