Capture Me
Current tab instant capture
什么是Capture Me?
Capture Me是由Oh! My Tech开发的Chrome扩展程序,该扩展的主要功能是“Current tab instant capture”。
扩展截图
下载Capture Me扩展crx文件
下载Capture Me扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Permet de capturer les pages web 扩展基本信息
| 名称 | |
| ID | keeebdkffeppbjbbmmkifgkhkhldebce |
| 官方URL | https://chromewebstore.google.com/detail/capture-me/keeebdkffeppbjbbmmkifgkhkhldebce |
| 简介 | Current tab instant capture |
| 文件大小 | 19.99 KB |
| 安装次数 | 22 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2019-04-13 |
| 上架时间 | 2019-04-13 |
| 评分 | 4.50/5 共2次评分 |
| 开发者 | Oh! My Tech |
| 付费类型 | free |
| 支持的语言 | fr |
| manifest.json | |
{
"name": "Capture Me",
"version": "1.0.0",
"manifest_version": 2,
"description": "Current tab instant capture",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"incognito": "split",
"minimum_chrome_version": "22.0",
"permissions": [
"activeTab",
"tabs",
"downloads"
],
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"browser_action": {
"default_icon": "icons\/icon64.png",
"default_title": "Capture Now!"
},
"icons": {
"16": "icons\/icon16.png",
"24": "icons\/icon24.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"64": "icons\/icon64.png",
"128": "icons\/icon128.png"
}
} | |