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文件
下載Send to ccGenie擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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 } |