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 |
官方網址 | 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 } |