Snapshot Publisher
Snapshot Publisher Chrome Extension
什么是Snapshot Publisher?
Snapshot Publisher是由http://gosnapshot.com开发的Chrome扩展程序,该扩展的主要功能是“Snapshot Publisher Chrome Extension”。
扩展截图
下载Snapshot Publisher扩展crx文件
下载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!
扩展基本信息
名称 | |
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:\/\/*\/*", " |