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.”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | nlfcmgjfggehlehiocamjbcdfbbhgchh |
官方網址 | 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 |
電子郵箱 | [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" ] } |