OpenBook It!
Easily share anything to the OpenBook community
What is OpenBook It!?
OpenBook It! is a Chrome extension developed by https://openbook.etoro.com, and its main feature is "Easily share anything to the OpenBook community".
Extension Screenshots
Download OpenBook It! Extension CRX File
Download OpenBook It! extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | OpenBook It! |
ID | mlgeajkpagegaanjcffndokbmifddcdn |
Official URL | https://chromewebstore.google.com/detail/openbook-it/mlgeajkpagegaanjcffndokbmifddcdn |
Description | Easily share anything to the OpenBook community |
File Size | 19.58 KB |
Installation Count | 1,359 |
Current Version | 0.3 |
Last Updated | 2013-03-03 |
Publish Date | 2013-03-03 |
Rating | 4.33/5 Total 33 Ratings |
Developer | https://openbook.etoro.com |
Payment Type | free |
Extension Website | http://openbook.etoro.com/?ref=chromestore |
Supported Languages | 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 } |