1Click Save Screenshot

The fastest way to Save screenshots

1Click Save Screenshotคืออะไร?

1Click Save Screenshot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://1ce.org และคุณลักษณะหลักของมันคือ "The fastest way to Save screenshots"

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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 1Click Save Screenshot

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

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

                        ☑ The fastest way to save screenshots as a file.

☑ One click, and immediately you get a save dialog.

☑ The extension doesn't collect any information. This extension is only 28 lines of code, and it's open-source.

☑ The extension doesn't work in the background. So it does not make any performance issues with your Google Chrome.

☑ The extension works on Linux, Mac & Windows platforms.

☑ Everyone get unlimited storage, so don't stop to share screenshots!                    

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

ชื่อ 1Click Save Screenshot 1Click Save Screenshot
ID olnkhcjfknjcodoclmhfcgklcmjfpale
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/1click-save-screenshot/olnkhcjfknjcodoclmhfcgklcmjfpale
คำอธิบาย The fastest way to Save screenshots
ขนาดไฟล์ 54.57 KB
จำนวนการติดตั้ง 808
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2018-03-13
วันที่เผยแพร่ 2018-03-13
คะแนน 3.33/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://1ce.org
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.openscreenshot.com
URL หน้าช่วยเหลือ https://www.openscreenshot.com
URL หน้านโยบายความเป็นส่วนตัว https://www.webpagescreenshot.info/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "1Click Save Screenshot",
    "version": "1.4",
    "manifest_version": 2,
    "description": "The fastest way to Save screenshots",
    "homepage_url": "https:\/\/1ce.org",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ],
    "optional_permissions": [
        "downloads"
    ],
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Click to save screenshot"
    }
}