OpenBook It!
Easily share anything to the OpenBook community
Hvad er OpenBook It!?
OpenBook It! er en Chrome-udvidelse udviklet af https://openbook.etoro.com, og dens hovedfunktion er "Easily share anything to the OpenBook community".
Udvidelsesskærmbilleder
Download OpenBook It!-udvidelses-CRX-fil
Download OpenBook It!-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | OpenBook It! |
ID | mlgeajkpagegaanjcffndokbmifddcdn |
Officiel URL | https://chromewebstore.google.com/detail/openbook-it/mlgeajkpagegaanjcffndokbmifddcdn |
Beskrivelse | Easily share anything to the OpenBook community |
Filstørrelse | 19.58 KB |
Antal Installationer | 1,359 |
Nuværende Version | 0.3 |
Senest Opdateret | 2013-03-03 |
Udgivelsesdato | 2013-03-03 |
Bedømmelse | 4.33/5 Samlet 33 Bedømmelser |
Udvikler | https://openbook.etoro.com |
Betalingsmetode | free |
Udvidelseswebsted | http://openbook.etoro.com/?ref=chromestore |
Understøttede Sprog | 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 } |