Test Screenshot Extension
Demonstrate screenshot functionality in the chrome.tabs api.
什麼是Test Screenshot Extension?
Test Screenshot Extension是由https://c-ev.com開發的Chrome擴展程式,該擴展的主要功能是“Demonstrate screenshot functionality in the chrome.tabs api.”。
下載Test Screenshot Extension擴展crx文件
下載Test Screenshot Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Allows to create sceenshots 擴展基本資訊
| 名稱 | |
| ID | ingdionndoopkgjhhfociobjglhdhegl |
| 官方網址 | https://chromewebstore.google.com/detail/test-screenshot-extension/ingdionndoopkgjhhfociobjglhdhegl |
| 簡介 | Demonstrate screenshot functionality in the chrome.tabs api. |
| 檔案大小 | 6.83 KB |
| 安裝次數 | 40 |
| 目前版本 | 1.3 |
| 更新時間 | 2017-02-28 |
| 上架時間 | 2017-02-27 |
| 開發者 | https://c-ev.com |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Test Screenshot Extension",
"version": "1.3",
"description": "Demonstrate screenshot functionality in the chrome.tabs api.",
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "camera.png",
"default_title": "Take a screen shot!"
},
"permissions": [
"activeTab",
"tabs",
"http:\/\/*\/*"
],
"manifest_version": 2,
"content_scripts": [
{
"matches": [
" | |