edo.io bookmarks
This extension allow to easily save personal bookmarks and to share links with your edo.io contacts and groups.
Wat is edo.io bookmarks?
edo.io bookmarks is een Chrome-extensie ontwikkeld door https://edo.io, en de belangrijkste functie is "This extension allow to easily save personal bookmarks and to share links with your edo.io contacts and groups.".
Extensie Screenshots
Download het CRX-bestand van de extensie edo.io bookmarks
Download edo.io bookmarks-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
| Naam | |
| ID | ihnfnahfhgoldngoajcemdfifbajdglp |
| Officiële URL | https://chromewebstore.google.com/detail/edoio-bookmarks/ihnfnahfhgoldngoajcemdfifbajdglp |
| Beschrijving | This extension allow to easily save personal bookmarks and to share links with your edo.io contacts and groups. |
| Bestandsgrootte | 86.8 KB |
| Aantal Installaties | 12 |
| Huidige Versie | 1.0.2 |
| Laatst Bijgewerkt | 2016-07-27 |
| Publicatiedatum | 2016-07-27 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | https://edo.io |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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\/"
]
} | |