SimpleShot

Capture a picture of any page with the click of a button

SimpleShotคืออะไร?

SimpleShot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://rgbstudios.org และคุณลักษณะหลักของมันคือ "Capture a picture of any page with the click of a button"

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

screenshot
screenshot
screenshot

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

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

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

                        SimpleShot is a fast, lightweight, and simple screenshot extension for Google Chrome.

Just click the icon to screenshot your current tab. SimpleShot only captures your tab, not your mouse, your taskbar, or other applications you have open.

Clicking the button opens a new tab where you can preview and download your image, or you can go to options and check auto-download, to make clicking the button instead directly download the image. You can also right click the image and click "save as" to name it whatever and save it wherever you want.

* Super fast
  SimpleShot downloads the full quality image already cached in your browser, so it downloads instantly instead of creating a new image from each pixel.
* Super light
  SimpleShot is far less than a single megabyte.
* Super simple
  Just click a single button to take a screenshot. That's it
* Look ma! No mouse!
  Launch SimpleShot using Ctrl+Shift+1, or change this shortcut in your settings (chrome://extensions/shortcuts)
* Ad-free, and works offline
*Only one permission: The active tab, to get a screenshot of it
* Clear the clutter
  SimpleShot automatically names the files by date to clear the clutter

You can go to options by right clicking on the extension icon.

Note: SimpleShot doesn't work on screenshots of the Chrome Web Store (chrome.google.com/webstore) because extensions aren't allowed to access it.

Note: If the default keyboard shortcut isn't working, try removing then re-adding the shortcut (in chrome://extensions/shortcuts)

V.1.0.2

RGB Studios
rgbstudios.org
facebook.com/rgbstudios.org
[email protected]                    

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

ชื่อ SimpleShot SimpleShot
ID hpnikgbjfhnpcaoicgbkkialbejlecke
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/simpleshot/hpnikgbjfhnpcaoicgbkkialbejlecke
คำอธิบาย Capture a picture of any page with the click of a button
ขนาดไฟล์ 38.65 KB
จำนวนการติดตั้ง 826
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2018-07-19
วันที่เผยแพร่ 2018-07-19
คะแนน 4.11/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา https://rgbstudios.org
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://rgbstudios.org
URL หน้านโยบายความเป็นส่วนตัว https://www.freeprivacypolicy.com/privacy/view/a93dc47c848f20d7a1440f3a4debc516
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SimpleShot",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+1",
                "windows": "Ctrl+Shift+1",
                "mac": "MacCtrl+Shift+1",
                "chromeos": "Ctrl+Shift+1",
                "linux": "Ctrl+Shift+1"
            }
        }
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "options_page": "options.html",
    "version": "1.0.2",
    "description": "Capture a picture of any page with the click of a button",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/camera.png",
        "default_title": "Click to take a screenshot..."
    },
    "permissions": [
        "activeTab"
    ],
    "manifest_version": 2
}