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 |
| 官方網址 | 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\/"
]
} | |