OpenBook It!
Easily share anything to the OpenBook community
什么是OpenBook It!?
OpenBook It!是由https://openbook.etoro.com开发的Chrome扩展程序,该扩展的主要功能是“Easily share anything to the OpenBook community”。
扩展截图
下载OpenBook It!扩展crx文件
下载OpenBook It!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | OpenBook It! |
ID | mlgeajkpagegaanjcffndokbmifddcdn |
官方URL | https://chromewebstore.google.com/detail/openbook-it/mlgeajkpagegaanjcffndokbmifddcdn |
简介 | Easily share anything to the OpenBook community |
文件大小 | 19.58 KB |
安装次数 | 1,359 |
当前版本 | 0.3 |
更新时间 | 2013-03-03 |
上架时间 | 2013-03-03 |
评分 | 4.33/5 共33次评分 |
开发者 | https://openbook.etoro.com |
付费类型 | free |
扩展官网 | http://openbook.etoro.com/?ref=chromestore |
支持的语言 | 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 } |