Other World Computing

OWC is Your Source for Hardware Upgrades, Refurbished Macs, and Apple Accessories.

Other World Computingとは何ですか?

Other World ComputingはPrice.comによって開発されたChromeの拡張機能で、その主な機能は「OWC is Your Source for Hardware Upgrades, Refurbished Macs, and Apple Accessories.」です。

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

screenshot
screenshot

Other World Computing拡張機能のCRXファイルをダウンロード

Other World Computing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Since 1988 OWC has served the Apple community in getting the most out of their Mac, and OWC is your source for Mac upgrades, external storage, accessories, and refurbished Apple computers. OWC is dedicated to providing dependable products to our customers as well as excellent customer support. With the OWC browser extension you’ll always be informed while shopping online if the product you’re viewing is available at on our eCommerce website, MacSales.com.                    

拡張機能の基本情報

名前 Other World Computing Other World Computing
ID nlfcmgjfggehlehiocamjbcdfbbhgchh
公式URL https://chrome.google.com/webstore/detail/other-world-computing/nlfcmgjfggehlehiocamjbcdfbbhgchh
説明 OWC is Your Source for Hardware Upgrades, Refurbished Macs, and Apple Accessories.
ファイルサイズ 300 KB
インストール数 17
現在のバージョン 1.0.13
最終更新日 2019-01-08
公開日 2019-01-08
開発者 Price.com
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL http://price.com/privacy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Other World Computing",
    "version": "1.0.13",
    "manifest_version": 2,
    "description": "OWC is Your Source for Hardware Upgrades, Refurbished Macs, and Apple Accessories.",
    "background": {
        "scripts": [
            "assets\/scripts\/jquery.min.js",
            "assets\/scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "assets\/images\/owc-icon-128.png",
        "default_title": "Open OWC to see best price & related products"
    },
    "icons": {
        "16": "assets\/images\/owc-icon-128.png",
        "48": "assets\/images\/owc-icon-128.png",
        "96": "assets\/images\/owc-icon-128.png",
        "128": "assets\/images\/owc-icon-128.png",
        "512": "assets\/images\/owc-icon-128.png"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "assets\/scripts\/jquery.min.js",
                "assets\/scripts\/content_script.js"
            ]
        }
    ],
    "short_name": "OWC",
    "web_accessible_resources": [
        "index.html",
        "assets\/scripts\/extension.js",
        "https:\/\/fonts.googleapis.com\/css?family=Roboto+Condensed:300,300i,400,400i,700,700i|Roboto+Slab:400,700|Roboto:400,500|Open+Sans+Condensed:300,700,300italic|Open+Sans:300,700,300italic"
    ],
    "permissions": [
        "activeTab",
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "https:\/\/*\/*\/*",
        "storage",
        "webNavigation",
        "webRequest"
    ]
}