ScreenShot Manager

Take screenshots and store them in local memory. Download them automatically or at a later date.

ScreenShot Managerคืออะไร?

ScreenShot Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Karl Lankester-Carthy และคุณลักษณะหลักของมันคือ "Take screenshots and store them in local memory. Download them automatically or at a later date."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ScreenShot Manager

ดาวน์โหลดไฟล์ส่วนขยาย ScreenShot Manager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        ScreenShot Manager is made to store multiple screenshots in local memory for later use. 

Shots by default are downloaded automatically to the downloads folder. 

You can change this in the settings and have a dialog show which will ask you were you would like to save it. 

Alternatively you can just store them in chrome local storage , view them from the app and download them at a later date.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ScreenShot Manager ScreenShot Manager
ID ahkoflpaaagpepnbghabjnpkdbojoecg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/screenshot-manager/ahkoflpaaagpepnbghabjnpkdbojoecg
คำอธิบาย Take screenshots and store them in local memory. Download them automatically or at a later date.
ขนาดไฟล์ 108 KB
จำนวนการติดตั้ง 1,426
เวอร์ชันปัจจุบัน 1.9
อัปเดตครั้งล่าสุด 2019-07-12
วันที่เผยแพร่ 2019-07-12
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Karl Lankester-Carthy
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://etcmind.wordpress.com/
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ScreenShot Manager",
    "version": "1.9",
    "description": "Take screenshots and store them in local memory. Download them automatically or at a later date.",
    "options_page": "options.html",
    "background": {
        "persistent": false,
        "scripts": [
            "jquery-3.1.1.min.js",
            "background.js"
        ]
    },
    "icons": {
        "16": "camera16.png",
        "48": "camera48.png",
        "128": "camera128.png"
    },
    "browser_action": {
        "default_icon": "camera16.png",
        "default_title": "Shoot!"
    },
    "permissions": [
        "tabs",
        "",
        "activeTab",
        "downloads",
        "storage"
    ],
    "manifest_version": 2
}