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:\/\/*\/*", " |