Snapshot Publisher
Snapshot Publisher Chrome Extension
Snapshot Publisher란 무엇입니까?
Snapshot Publisher은(는) http://gosnapshot.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Snapshot Publisher Chrome Extension"입니다.
확장 프로그램 스크린샷
Snapshot Publisher 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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:\/\/*\/*", " |