Soulmix Extension
Remix the best of the web.
Soulmix Extension란 무엇입니까?
Soulmix Extension은(는) https://soulmix.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Remix the best of the web."입니다.
확장 프로그램 스크린샷
Soulmix Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The Soulmix Chrome Extension makes it easy to share your favorite online finds. Click the Chrome extension icon to bring up options for sharing. Pro-tip: Right-clicking on an image and press the 'Remix It!' button as a shortcut to share images! -- Soulmix: Remix the best of the web. Soulmix is a free online tool to collect and share your favorite things online. * Share your favorite images, web articles, videos, slideshares, soundclounds, vines, etc. * Add your own thoughts, perspectives, and opinions to each post * Organize your the posts into your own personal remixes * Follow others to discover more great stuff Check us out at: http://www.soulmix.com If you have any questions, get in touch at [email protected]
확장 프로그램 기본 정보
이름 | Soulmix Extension |
ID | bblgelgkbofjlnjedielgedgiagcgejf |
공식 URL | https://chromewebstore.google.com/detail/soulmix-extension/bblgelgkbofjlnjedielgedgiagcgejf |
설명 | Remix the best of the web. |
파일 크기 | 432 KB |
설치 횟수 | 24 |
현재 버전 | 0.0.7 |
최근 업데이트 | 2014-07-15 |
출시 날짜 | 2014-07-15 |
평점 | 5.00/5 총 5 개의 평점 |
개발자 | https://soulmix.com |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Soulmix Extension", "short_name": "Soulmix", "description": "Remix the best of the web.", "version": "0.0.7", "permissions": [ "*:\/\/*\/*", "contextMenus", "background", "tabs", "activeTab" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "bookmarklet.css" ], "js": [ "jquery-1.11.1.min.js", "content_script.js" ] } ], "web_accessible_resources": [ "jquery-1.11.1.min.js", "bookmarklet.js", "bookmarklet.css" ], "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "background": { "page": "background.html" }, "browser_action": { "default_icon": "icon.png", "default_title": "Post to Soulmix" } } |