Kineviz GraphXR Report
Screenshot, Export as PPTX or PDF
什麼是Kineviz GraphXR Report?
Kineviz GraphXR Report是由kineviz.com開發的Chrome擴展程式,該擴展的主要功能是“Screenshot, Export as PPTX or PDF”。
擴展截圖
下載Kineviz GraphXR Report擴展crx文件
下載Kineviz GraphXR Report擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Ctrl+Shift+S: Auto capture the tab and save as image.
Ctrl+Shift+P: Auto capture tab and goto preview page. 擴展基本資訊
| 名稱 | |
| ID | hncjfjedmbenoggbnhfdfikkneehocnd |
| 官方網址 | https://chromewebstore.google.com/detail/kineviz-graphxr-report/hncjfjedmbenoggbnhfdfikkneehocnd |
| 簡介 | Screenshot, Export as PPTX or PDF |
| 檔案大小 | 581 KB |
| 安裝次數 | 62 |
| 目前版本 | 1.7.1 |
| 更新時間 | 2020-04-17 |
| 上架時間 | 2020-04-14 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | kineviz.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://graphxr.kineviz.com |
| 說明頁面URL | https://graphxr.kineviz.com |
| 隱私政策頁面URL | http://kineviz.com |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Kineviz GraphXR Report",
"version": "1.7.1",
"description": "Screenshot, Export as PPTX or PDF",
"manifest_version": 2,
"minimum_chrome_version": "68",
"homepage_url": "https:\/\/graphxr.kineviz.com\/",
"background": {
"scripts": [
"scripts\/background.js"
],
"persistent": true
},
"icons": {
"16": "images\/kineviz-128.png",
"22": "images\/kineviz-128.png",
"32": "images\/kineviz-128.png",
"48": "images\/kineviz.png",
"128": "images\/kineviz-128.png"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'; ",
"browser_action": {
"default_icon": "images\/kineviz.png",
"default_title": "Kineviz GraphXR Report",
"default_popup": "popup.html"
},
"commands": {
"save-image": {
"description": "Auto capture the tab and save as image with Ctrl+Shift+S",
"suggested_key": {
"default": "Ctrl+Shift+S",
"mac": "MacCtrl+Shift+S"
}
},
"capture-image": {
"description": "Auto capture tab with Ctrl+Shift+P",
"suggested_key": {
"default": "Ctrl+Shift+P",
"mac": "MacCtrl+Shift+P"
}
}
},
"permissions": [
"tabs",
"http:\/\/*\/",
"https:\/\/*\/",
" | |