atomshot

This extension takes a screenshot.

atomshotคืออะไร?

atomshot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ggr-law.com และคุณลักษณะหลักของมันคือ "This extension takes a screenshot."

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

screenshot

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

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

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

                        What is the atomshot?
The atomshot is a special screenshot tool with which you can create screenshots of a website.

What makes it so special?
In addition to the screenshot, the atomshot can also display the exact URL and the exact time in the screenshot.

The atomshot is an extension for the Chromium browser (open-source web browser project) for the atomically accurate preservation of evidence of legal infringements committed on the internet. We developed this extension for our law firm gulden röttger rechtsanwälte to facilitate our daily work in preserving evidence of copyright infringements.

Everything in one file: Screenshot, recording time and URL!

Our extension works for all Chromium browsers. The most prominent browsers include: Chrome, Brave, Microsoft Edge, Vivaldi.

The resulting screenshot of a web page also contains the date and time of the recording. The recording time is retrieved from a special time server (EMC Professional 3011) of the law firm gulden röttger rechtsanwälte. This server obtains the atom time via radio from the time servers of the Physikalisch-Technische Bundesanstalt (PTB).

The atomshot takes a screenshot and simultaneously adds the date, time and URL.

You can then save this screenshot as evidence.

No user data is stored when using the extension.                    

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

ชื่อ atomshot atomshot
ID pjfmllbdhacnbnjgenkeflcmklpkjdcn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/atomshot/pjfmllbdhacnbnjgenkeflcmklpkjdcn
คำอธิบาย This extension takes a screenshot.
ขนาดไฟล์ 123 KB
จำนวนการติดตั้ง 4,073
เวอร์ชันปัจจุบัน 1.4.1
อัปเดตครั้งล่าสุด 2022-01-10
วันที่เผยแพร่ 2019-07-31
คะแนน 4.63/5 รวมทั้งหมด 19 คะแนน
ผู้พัฒนา https://ggr-law.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://ggr-law.com/atomshot/
URL หน้านโยบายความเป็นส่วนตัว https://ggr-law.com/datenschutzerklaerung
ภาษาที่รองรับ de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "homepage_url": "https:\/\/ggr-law.com\/atomshot\/",
    "version": "1.4.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "default_locale": "en",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/favicon_atomshot_16_16.png",
            "32": "\/images\/favicon_atomshot_32_32.png",
            "48": "\/images\/favicon_atomshot_48_48.png",
            "128": "\/images\/favicon_atomshot_128_128.png"
        },
        "default_title": "__MSG_extPopupHover__"
    },
    "icons": {
        "16": "\/images\/favicon_atomshot_16_16.png",
        "32": "\/images\/favicon_atomshot_32_32.png",
        "48": "\/images\/favicon_atomshot_48_48.png",
        "128": "\/images\/favicon_atomshot_128_128.png"
    },
    "host_permissions": [
        "https:\/\/www.atomshot.de\/"
    ],
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "commands": {
        "captureVisible": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y"
            },
            "description": "__MSG_hotkeyActionCaptureVisible__"
        },
        "captureFullpage": {
            "suggested_key": {
                "default": "Ctrl+Shift+F"
            },
            "description": "__MSG_hotkeyActionCaptureEntire__"
        }
    }
}