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.」です。
拡張機能のスクリーンショット
Meemo拡張機能のCRXファイルをダウンロード
Meemo拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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]"
}
}
} | |