Snapshot Publisher

Snapshot Publisher Chrome Extension

Snapshot Publisherคืออะไร?

Snapshot Publisher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://gosnapshot.com และคุณลักษณะหลักของมันคือ "Snapshot Publisher Chrome Extension"

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

screenshot

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

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

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

                        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!                    

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

ชื่อ Snapshot Publisher Snapshot Publisher
ID iglekojkeonkkpneiniepgcppdjemplc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/snapshot-publisher/iglekojkeonkkpneiniepgcppdjemplc
คำอธิบาย Snapshot Publisher Chrome Extension
ขนาดไฟล์ 142 KB
จำนวนการติดตั้ง 313
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2013-09-05
วันที่เผยแพร่ 2013-09-05
คะแนน 3.40/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา http://gosnapshot.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    ]
}