Send to ccGenie
Send the page you're on to any ccGenie Room in just two clicks.
Send to ccGenie란 무엇입니까?
Send to ccGenie은(는) http://ccgenie.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Send the page you're on to any ccGenie Room in just two clicks."입니다.
확장 프로그램 스크린샷
Send to ccGenie 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
EARLY ACCESS Instantly create tagged, searchable content for any ccGenie Room in just two clicks. Automagically works with anything in your address bar including articles, blog posts, images, video, audio, documents, and more. How? Load any webpage, click the ccGenie icon, and click "Send" in any email client. Yep, that's it! You just created shareable content and added it to your ccGenie Room. And, you can add more detail to it too. You can instantly create shareable content from Twitter, Instagram, Imgur, Flickr, reddit, Facebook, RebelMouse, Pinterest, Tumblr, Google+, Wikipedia, YouTube, Vimeo, Blip, Dropbox, Google Drive, Box, Amazon, eBay, every media outlet on the planet, and more. —-—-—-—-—-—-—-—-—-—-—-—-—-—-— Questions? Email us at [email protected] —-—-—-—-—-—-—-—-—-—-—-—-—-—-— Don't have ccGenie yet? No problem. Get Started with your free ccGenie account: https://www.ccgenie.com/getstarted It only takes seconds. Nothing to download. Nothing to install.
확장 프로그램 기본 정보
이름 | |
ID | alhanpacencecemigknajfpmbnehagpk |
공식 URL | https://chrome.google.com/webstore/detail/send-to-ccgenie/alhanpacencecemigknajfpmbnehagpk |
설명 | Send the page you're on to any ccGenie Room in just two clicks. |
파일 크기 | 90.92 KB |
설치 횟수 | 10 |
현재 버전 | 0.0.7 |
최근 업데이트 | 2014-04-28 |
출시 날짜 | 2014-04-28 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | http://ccgenie.com |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Send to ccGenie", "description": "Send the page you're on to any ccGenie Room in just two clicks.", "version": "0.0.7", "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "128": "icon_128x128.png" }, "options_page": "options.html", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Send to ccGenie", "default_icon": "icon_16x16.png" }, "manifest_version": 2 } |