OpenBook It!
Easily share anything to the OpenBook community
Cos'è OpenBook It!?
OpenBook It! è un'estensione di Chrome sviluppata da https://openbook.etoro.com, e la sua funzione principale è "Easily share anything to the OpenBook community".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione OpenBook It!
Scarica i file di estensione OpenBook It! in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | OpenBook It! |
ID | mlgeajkpagegaanjcffndokbmifddcdn |
URL Ufficiale | https://chromewebstore.google.com/detail/openbook-it/mlgeajkpagegaanjcffndokbmifddcdn |
Descrizione | Easily share anything to the OpenBook community |
Dimensione del File | 19.58 KB |
Conteggio Installazioni | 1,359 |
Versione Corrente | 0.3 |
Ultimo Aggiornamento | 2013-03-03 |
Data di Pubblicazione | 2013-03-03 |
Valutazione | 4.33/5 Totale 33 Valutazioni |
Sviluppatore | https://openbook.etoro.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://openbook.etoro.com/?ref=chromestore |
Lingue Supportate | 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 } |