Screen Editor

The fastest and most convenient way to take a screenshot and edit it

Screen Editorคืออะไร?

Screen Editor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย oksanamiron930 และคุณลักษณะหลักของมันคือ "The fastest and most convenient way to take a screenshot and edit it"

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

screenshot
screenshot
screenshot

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

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

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

                        Make your browsing experience more pleasant and comfortable by installing this screenshot tool. This is the fastest and most convenient way to take a screenshot. It`s a really fast and reliable screenshot capture tool for chrome browser. We have tried to do our best to save your time and provide you some comfort. Installation won`t take a lot of time, just a few seconds. To get started with the app you should click on extension icon in upper-right corner of chrome browser. Make a screen capture of any important information just in one click. Then click on “Download” button to save the screenshot. You can also crop the image to the size you need, which is pretty useful option. Our screenshot tool also allows you to instantly print the screenshot by clicking on a corresponding icon. This extension doesn`t weigh a lot and has extremely simple interface so everyone can use it without any problems. You can instantly get a high quality screenshot capture.  If you want to share any important information then this awesome screenshot tool will definitely come in handy. Extension also has some other cool features: you can draw right on the screen capture or flip it. We will save you time on image processing and will pleasantly surprise you. Don`t forget to share with friends and feel free to leave a comment or request.                    

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

ชื่อ Screen Editor Screen Editor
ID pehmgdedmhpfophbaljpcloeaihhnkhk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/screen-editor/pehmgdedmhpfophbaljpcloeaihhnkhk
คำอธิบาย The fastest and most convenient way to take a screenshot and edit it
ขนาดไฟล์ 309 KB
จำนวนการติดตั้ง 871
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2021-12-30
วันที่เผยแพร่ 2021-09-19
คะแนน 4.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา oksanamiron930
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.2",
    "manifest_version": 2,
    "default_locale": "en",
    "description": "The fastest and most convenient way to take a screenshot and edit it",
    "browser_action": {
        "default_icon": "medias\/styles\/logoicons\/picture.png",
        "default_popup": "medias\/pupap.html"
    },
    "background": {
        "scripts": [
            "bugag.js"
        ]
    },
    "icons": {
        "128": "medias\/styles\/logoicons\/picture.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "centoro.js"
            ]
        }
    ],
    "permissions": [
        "",
        "storage",
        "downloads"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}