Snapshot Publisher

Snapshot Publisher Chrome Extension

Snapshot Publisher là gì?

Snapshot Publisher là một tiện ích mở rộng Chrome được phát triển bởi http://gosnapshot.com, và tính năng chính của nó là "Snapshot Publisher Chrome Extension".

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

screenshot

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

Tải xuống các tệp mở rộng Snapshot Publisher 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

                        Snapshot Publisher Chrome Extension makes it as easy a point and click to capture content and contribute to a social media campaign. 
Simply browse the web and when you find relevant content…just take a “1-click Snapshot”

Snapshot captures the web page information: Title, URL, Image & Summary and sends the Snapshot to the social media manager using their email.

Even non-Snapshot users can send great content to registered Snapshot users!                    

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

Tên Snapshot Publisher Snapshot Publisher
ID iglekojkeonkkpneiniepgcppdjemplc
URL Chính Thức https://chrome.google.com/webstore/detail/snapshot-publisher/iglekojkeonkkpneiniepgcppdjemplc
Mô tả Snapshot Publisher Chrome Extension
Kích Thước Tệp 142 KB
Số Lần Cài Đặt 313
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2013-09-05
Ngày Phát Hành 2013-09-05
Đánh Giá 3.40/5 Tổng số 5 Đánh Giá
Nhà Phát Triển http://gosnapshot.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Snapshot Publisher",
    "version": "1.4",
    "manifest_version": 2,
    "description": "Snapshot Publisher Chrome Extension",
    "background": {
        "scripts": [
            "content.js"
        ]
    },
    "browser_action": {
        "default_icon": "cam-bulb-128sq.png",
        "default_title": "Snapshot Publisher",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.google.com\/*"
            ],
            "js": [
                "jquery1.7.1.min.js",
                "content.js",
                "extract.js"
            ],
            "css": [
                "Reset.css",
                "popup.css"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "",
        "background",
        "http\/\/gosnapshot.com\/snapshot"
    ]
}