OpenBook It!
Easily share anything to the OpenBook community
Wat is OpenBook It!?
OpenBook It! is een Chrome-extensie ontwikkeld door https://openbook.etoro.com, en de belangrijkste functie is "Easily share anything to the OpenBook community".
Extensie Screenshots
Download het CRX-bestand van de extensie OpenBook It!
Download OpenBook It!-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
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.
Basisinformatie over de Extensie
Naam | OpenBook It! |
ID | mlgeajkpagegaanjcffndokbmifddcdn |
Officiële URL | https://chromewebstore.google.com/detail/openbook-it/mlgeajkpagegaanjcffndokbmifddcdn |
Beschrijving | Easily share anything to the OpenBook community |
Bestandsgrootte | 19.58 KB |
Aantal Installaties | 1,359 |
Huidige Versie | 0.3 |
Laatst Bijgewerkt | 2013-03-03 |
Publicatiedatum | 2013-03-03 |
Beoordeling | 4.33/5 Totaal 33 Beoordelingen |
Ontwikkelaar | https://openbook.etoro.com |
Betalingswijze | free |
Extensiewebsite | http://openbook.etoro.com/?ref=chromestore |
Ondersteunde Talen | 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 } |