OpenBook It!
Easily share anything to the OpenBook community
Was ist OpenBook It!?
OpenBook It! ist eine Chrome-Erweiterung, die von https://openbook.etoro.com entwickelt wurde, und ihr Hauptmerkmal ist "Easily share anything to the OpenBook community".
Erweiterungsscreenshots
OpenBook It!-Erweiterungs-CRX-Datei herunterladen
Laden Sie OpenBook It!-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Share anything you like from the Web to eToro OpenBook - The Social Investment Network.
The "OpenBook It!" extension for Google Chrome adds a button to your browser that lets you share from any website, quickly and easily. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | mlgeajkpagegaanjcffndokbmifddcdn |
| Offizielle URL | https://chromewebstore.google.com/detail/openbook-it/mlgeajkpagegaanjcffndokbmifddcdn |
| Beschreibung | Easily share anything to the OpenBook community |
| Dateigröße | 19.58 KB |
| Installationsanzahl | 1,359 |
| Aktuelle Version | 0.3 |
| Letztes Update | 2013-03-03 |
| Veröffentlichungsdatum | 2013-03-03 |
| Bewertung | 4.33/5 Insgesamt 33 Bewertungen |
| Entwickler | https://openbook.etoro.com |
| Zahlungsart | free |
| Erweiterungswebsite | http://openbook.etoro.com/?ref=chromestore |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "icon-128.png",
"default_title": "OpenBook It!"
},
"name": "OpenBook It!",
"description": "Easily share anything to the OpenBook community",
"homepage_url": "http:\/\/openbook.etoro.com\/?ref=chrome_OBit",
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"version": "0.3",
"manifest_version": 2
} | |