Snapshot Publisher
Snapshot Publisher Chrome Extension
Apa itu Snapshot Publisher?
Snapshot Publisher adalah ekstensi Chrome yang dikembangkan oleh http://gosnapshot.com, dan fitur utamanya adalah "Snapshot Publisher Chrome Extension".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Snapshot Publisher
Unduh file ekstensi Snapshot Publisher dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | |
ID | iglekojkeonkkpneiniepgcppdjemplc |
URL Resmi | https://chrome.google.com/webstore/detail/snapshot-publisher/iglekojkeonkkpneiniepgcppdjemplc |
Deskripsi | Snapshot Publisher Chrome Extension |
Ukuran File | 142 KB |
Jumlah Instalasi | 313 |
Versi Saat Ini | 1.4 |
Terakhir Diperbarui | 2013-09-05 |
Tanggal Publikasi | 2013-09-05 |
Penilaian | 3.40/5 Total 5 Penilaian |
Pengembang | http://gosnapshot.com |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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:\/\/*\/*", " |