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 | 
| 官方網址 | 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"
    }
}  |  |