OpenBook It!
Easily share anything to the OpenBook community
Qu'est-ce que OpenBook It! ?
OpenBook It! est une extension Chrome développée par https://openbook.etoro.com, et sa fonction principale est "Easily share anything to the OpenBook community".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension OpenBook It!
Téléchargez les fichiers d'extension OpenBook It! au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | OpenBook It! |
ID | mlgeajkpagegaanjcffndokbmifddcdn |
URL Officiel | https://chromewebstore.google.com/detail/openbook-it/mlgeajkpagegaanjcffndokbmifddcdn |
Description | Easily share anything to the OpenBook community |
Taille du Fichier | 19.58 KB |
Nombre d'Installations | 1,359 |
Version Actuelle | 0.3 |
Dernière Mise à Jour | 2013-03-03 |
Date de Publication | 2013-03-03 |
Évaluation | 4.33/5 Total 33 Évaluations |
Développeur | https://openbook.etoro.com |
Type de Paiement | free |
Site Web de l'Extension | http://openbook.etoro.com/?ref=chromestore |
Langues Prises en Charge | 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 } |