Circle Screenshot

Free and easy-to-use screenshot assistant, a good helper for screenshots of your web pages

Circle Screenshotคืออะไร?

Circle Screenshot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://circlereader.com และคุณลักษณะหลักของมันคือ "Free and easy-to-use screenshot assistant, a good helper for screenshots of your web pages"

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

screenshot

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

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

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

                        The smallest clever and lightweight screenshot tool has no other function except cutting the whole web page                    

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

ชื่อ Circle Screenshot Circle Screenshot
ID bkkkofmilenhmllncomknceafibcpgkc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/circle-screenshot/bkkkofmilenhmllncomknceafibcpgkc
คำอธิบาย Free and easy-to-use screenshot assistant, a good helper for screenshots of your web pages
ขนาดไฟล์ 653 KB
จำนวนการติดตั้ง 2,557
เวอร์ชันปัจจุบัน 1.1.2
อัปเดตครั้งล่าสุด 2022-07-07
วันที่เผยแพร่ 2021-09-08
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://circlereader.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://circlereader.com/screenshot
URL หน้าช่วยเหลือ https://support.qq.com/products/349357
URL หน้านโยบายความเป็นส่วนตัว http://circlereader.com/privacy
ภาษาที่รองรับ en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "1.1.2",
    "manifest_version": 2,
    "description": "__MSG_description__",
    "background": {
        "scripts": [
            "worker.js"
        ],
        "persistent": true
    },
    "permissions": [
        "contextMenus",
        ""
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "default_locale": "en",
    "options_page": "option.html",
    "homepage_url": "http:\/\/circlereader.com\/screenshot",
    "content_scripts": [
        {
            "js": [
                "app.js"
            ],
            "all_frames": false,
            "run_at": "document_start",
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        "widget\/*.css"
    ]
}