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」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

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! 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
}