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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } |