SnapSite

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

SnapSite là gì?

SnapSite là một tiện ích mở rộng Chrome được phát triển bởi snapsiteapp, và tính năng chính của nó là "SnapSite is the simplest way to take website capture in your clipboard. It will also help developers to handle customers bugs.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SnapSite

Tải xuống các tệp mở rộng SnapSite dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SnapSite SnapSite
ID fkockbmpmgpelkjfnelaifdniigigmkp
URL Chính Thức https://chromewebstore.google.com/detail/snapsite/fkockbmpmgpelkjfnelaifdniigigmkp
Mô tả SnapSite is the simplest way to take website capture in your clipboard. It will also help developers to handle customers bugs.
Kích Thước Tệp 19.02 KB
Số Lần Cài Đặt 60
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2021-04-12
Ngày Phát Hành 2016-11-23
Đánh Giá 4.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển snapsiteapp
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://flysteur-dev.github.io/snapsite/
Ngôn Ngữ Được Hỗ Trợ 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"
}