Modation

Soundation, amplified.

Modation란 무엇입니까?

Modation은(는) https://djmarcolesco.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Soundation, amplified."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Modation 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Read more here: https://djmarcolesco.me/modation

## WHAT'S NEW ##
2.4
 - [Mod] Watchlist. Click "Add to Watchlist" in the sidebar of tracks and groups to be notified of changes to likes, comments, members, and more.
 - Added user and group images to notifications.
 - Improved documentation on project page.
 - Lowered watchlist update interval to 10 minutes.

2.3.1
 - Fixed global styles causing strange rendering problems in the Chrome studio.

2.3
 - [Option] Remember me. Login will persist for up to a week.

2.2
 - New options page for customizing what mods are enabled.
 - New toolbar button and popup with quick actions.
 - [Mod] Show alerts on top of navigation. Alerts will overlap the main navigation links.
 - [Mod] Move group invitations. Invitations will appear at the top of the page.
 - Added options for all available mods.
 - Fixed badge on toolbar button showing incorrect notification counts.
 - Fixed notifications appearing repeatedly.
 - Improved install and update detection.
 - Optimized scripts for size and security.
 - Fixed major user tag bug.

2.1.1
 - Fixed group filter appearing on track group lists.
 - Fixed duplicate comment boxes on groups.

2.1
 - Added user tagging in comments (via @).
 - Added quick filter to group lists.
 - Moved comments box above thread on tracks and groups.

## WHAT IS IT? ##
Modation is an extension for Google's Chrome web browser that extends community functionality for Soundation (http://soundation.com), an online collaborative music studio. When you receive a feed notification alerting you of a new message, group invitation, follower, or anything else, a desktop notification appears, allowing you to instantly take action.

## WHY DO I NEED IT? ##
The Soundation Community is a tremendous feature, and one of the best parts of the site. One thing it lacks is a truly practical notifications system. The site will display a summary of new messages, follows, invitations, and memberships, but these are visible only within the site. Modation delivers these notifications to you immediately, adding an accessible, seemless experience without sacrificing usability.

Modation also improves the Soundation website itself by offering user tagging, group list filtering, a more accessible comments box on tracks and groups, and other Community improvements. Each of these mods can be toggled on or off via the options page, accessible from the popup window on the toolbar icon. This popup also shows some quick actions for showing or clearing all current notifications, and the icon itself will show the number of unread notifications. 

Read more here: https://djmarcolesco.me/modation                    

확장 프로그램 기본 정보

이름 Modation Modation
ID mceoomlpmmmghcdfammgcjnhdnnambef
공식 URL https://chromewebstore.google.com/detail/modation/mceoomlpmmmghcdfammgcjnhdnnambef
설명 Soundation, amplified.
파일 크기 106 KB
설치 횟수 234
현재 버전 2.4
최근 업데이트 2016-06-15
출시 날짜 2016-06-15
평점 4.65/5 총 20 개의 평점
개발자 https://djmarcolesco.me
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://djmarcolesco.me/modation
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Modation",
    "version": "2.4",
    "description": "Soundation, amplified.",
    "icons": {
        "16": "img\/newicon16.png",
        "19": "img\/newicon19.png",
        "48": "img\/newicon48.png",
        "128": "img\/newicon128.png"
    },
    "author": "cyberbit",
    "permissions": [
        "https:\/\/*.soundation.com\/*",
        "https:\/\/s3.amazonaws.com\/powerfx.content\/*",
        "alarms",
        "notifications",
        "storage"
    ],
    "optional_permissions": [
        "cookies"
    ],
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": "img\/newicon128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.soundation.com\/*"
            ],
            "css": [
                "css\/content.min.css"
            ],
            "js": [
                "js\/jquery.all.js",
                "js\/jquery.caretposition.custom.min.js",
                "js\/jquery.sew.custom.min.js",
                "js\/imagesloaded.pkgd.min.js",
                "js\/isotope.pkgd.min.js",
                "js\/api.min.js",
                "js\/content.min.js"
            ]
        }
    ],
    "options_page": "uioptions.html",
    "options_ui": {
        "page": "uioptions.html",
        "chrome_style": true
    },
    "web_accessible_resources": [
        "content.html"
    ]
}