CD-ORD Plugin
CD-ORD extension - better integration with Google Chrome
什麼是CD-ORD Plugin?
CD-ORD Plugin是由Vitec MV開發的Chrome擴展程式,該擴展的主要功能是“CD-ORD extension - better integration with Google Chrome”。
擴展截圖
下載CD-ORD Plugin擴展crx文件
下載CD-ORD Plugin擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Use this extension along with the program CD-ORD 10 in order to get a better integration with the Chrome browser from Google. Once the extension has been installed, you will be able to have text read aloud and highlighted on webpages. You will also get context-based word predictions while working in Google Docs. Privacy policy By using this product you accept our policy for private customers together with the end user license agreement (EULA). Read more: https://www.vitec-mv.com/en/privacy-policy/
擴展基本資訊
名稱 | |
ID | ehgclcimenklkdoppmdonobijicadncj |
官方網址 | https://chrome.google.com/webstore/detail/cd-ord-plugin/ehgclcimenklkdoppmdonobijicadncj |
簡介 | CD-ORD extension - better integration with Google Chrome |
檔案大小 | 69.37 KB |
安裝次數 | 66,693 |
目前版本 | 1.2.43 |
更新時間 | 2019-10-30 |
上架時間 | 2019-10-30 |
評分 | 3.38/5 共 8 次評分 |
開發者 | Vitec MV |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://www.vitec-mv.com/dk/betingelser-og-vilkar/privatlivspolitik |
支援的語言 | en,nl,no,da,sv |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.2.43", "name": "__MSG_appName__", "default_locale": "da", "description": "__MSG_appDesc__", "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "icons": { "16": "Icons\/cdord_icon_16x16.png", "48": "Icons\/cdord_48x48.png" }, "homepage_url": "https:\/\/www.vitec-mv.com\/dk\/produkter\/cd-ord", "author": "Vitec MV", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/Utils\/jquery-2.0.3.min.js", "js\/ifvisible.js", "js\/content_script.js", "js\/lib.js", "js\/cdord.js", "js\/AutoFill.js", "js\/selectionUtils.js", "js\/googleDocsUtil.js", "js\/Translation.js", "js\/wordOnlineUtils.js" ], "all_frames": false } ], "web_accessible_resources": [ "js\/GoogleDocsHelper.js", "js\/Office365Helper.js", "js\/cdord.css" ], "browser_action": { "default_icon": { "16": "Icons\/cdord_icon_grey_16x16.png" }, "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |