edo.io bookmarks
This extension allow to easily save personal bookmarks and to share links with your edo.io contacts and groups.
什么是edo.io bookmarks?
edo.io bookmarks是由https://edo.io开发的Chrome扩展程序,该扩展的主要功能是“This extension allow to easily save personal bookmarks and to share links with your edo.io contacts and groups.”。
扩展截图
下载edo.io bookmarks扩展crx文件
下载edo.io bookmarks扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
| 名称 | |
| ID | ihnfnahfhgoldngoajcemdfifbajdglp |
| 官方URL | https://chromewebstore.google.com/detail/edoio-bookmarks/ihnfnahfhgoldngoajcemdfifbajdglp |
| 简介 | This extension allow to easily save personal bookmarks and to share links with your edo.io contacts and groups. |
| 文件大小 | 86.8 KB |
| 安装次数 | 12 |
| 当前版本 | 1.0.2 |
| 更新时间 | 2016-07-27 |
| 上架时间 | 2016-07-27 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | https://edo.io |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "edo.io bookmarks",
"description": "This extension allow to easily save personal bookmarks and to share links with your edo.io contacts and groups.",
"version": "1.0.2",
"applications": {
"gecko": {
"id": "[email protected]"
}
},
"browser_action": {
"default_icon": "img\/icon.png",
"default_popup": "popup.html",
"default_title": "edo.io bookmarks"
},
"permissions": [
"activeTab",
"cookies",
"https:\/\/app.edo.io\/",
"https:\/\/service.edo.io\/"
]
} | |