SnapSite

SnapSite is the simplest way to take website capture in your clipboard. It will also help developers to handle customers bugs.

SnapSiteคืออะไร?

SnapSite เป็นส่วนขยายของ Chrome ที่พัฒนาโดย snapsiteapp และคุณลักษณะหลักของมันคือ "SnapSite is the simplest way to take website capture in your clipboard. It will also help developers to handle customers bugs."

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

screenshot
screenshot

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

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

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

                        It will also help developers to handle customers bugs by providing a Javascript library (check https://flysteur-dev.github.io/snapsite/ for documentation).

This project is open source. Send your feedback at
https://github.com/flysteur-dev/snapsite

Read and change permission is required to send capture content to the web page through content script.

Also available for Firefox, Safari, Opera, Edge.                    

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

ชื่อ SnapSite SnapSite
ID fkockbmpmgpelkjfnelaifdniigigmkp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/snapsite/fkockbmpmgpelkjfnelaifdniigigmkp
คำอธิบาย SnapSite is the simplest way to take website capture in your clipboard. It will also help developers to handle customers bugs.
ขนาดไฟล์ 19.02 KB
จำนวนการติดตั้ง 60
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2021-04-12
วันที่เผยแพร่ 2016-11-23
คะแนน 4.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา snapsiteapp
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://flysteur-dev.github.io/snapsite/
ภาษาที่รองรับ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_app_name__",
    "description": "__MSG_app_description__",
    "version": "0.0.1",
    "default_locale": "en",
    "icons": {
        "16": "assets\/logo.png",
        "48": "assets\/logo.png",
        "128": "assets\/logo.png"
    },
    "background": {
        "scripts": [
            "app.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "assets\/icon.png",
        "default_title": "__MSG_app_actions_clipboard__",
        "default_popup": "actions\/clipboard.html"
    },
    "permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "handler.js"
            ],
            "run_at": "document_end"
        }
    ],
    "minimum_chrome_version": "20"
}