OpenBook It!
Easily share anything to the OpenBook community
Vad är OpenBook It!?
OpenBook It! är en Chrome-tillägg utvecklad av https://openbook.etoro.com, och dess huvudfunktion är "Easily share anything to the OpenBook community".
Tilläggsskärmbilder
Ladda ner OpenBook It!-förlängningens CRX-fil
Ladda ner OpenBook It!-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | mlgeajkpagegaanjcffndokbmifddcdn |
| Officiell webbadress | https://chromewebstore.google.com/detail/openbook-it/mlgeajkpagegaanjcffndokbmifddcdn |
| Beskrivning | Easily share anything to the OpenBook community |
| Filstorlek | 19.58 KB |
| Antal Installationer | 1,359 |
| Aktuell Version | 0.3 |
| Senast Uppdaterad | 2013-03-03 |
| Publiceringsdatum | 2013-03-03 |
| Betyg | 4.33/5 Totalt 33 Betyg |
| Utvecklare | https://openbook.etoro.com |
| Betalningssätt | free |
| Tilläggswebbplats | http://openbook.etoro.com/?ref=chromestore |
| Stödda Språk | 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
} | |