Adobe Live on Behance

Google Chrome extension for displaying when Adobe is live streaming from Behance.

Adobe Live on Behance란 무엇입니까?

Adobe Live on Behance은(는) mikechambers에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Google Chrome extension for displaying when Adobe is live streaming from Behance."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Adobe Live on Behance 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Adobe Live on Behance is a Chrome extension that makes it easy to track when Adobe is live streaming creative content on Behance. You can also configure the extension to send you a notification when Adobe is live streaming.

Once the extension has been installed it will place a small grey Behance icon on the top right of your browser window. When Adobe is live streaming, the icon will turn blue with a "Live" banner. You can specify options on how the extension works by right clicking the icon, and selecting options.

Adobe streams creative content every week with a mix of regular shows, and larger events where they invite creative people from the community to create, share and chat about their work using Adobe Photoshop, Illustrator, Adobe XD, Lightroom and more. Content ranges from UX / UI designer, to graphic designer, drawing and painting, video and photography.

Release History

0.88 (07.29.2019)
    * Fixed bug with live stream URL

0.87 (07.29.2019)
    * Updated URL for live stream

0.86 (04.05.2018)
    * Can set notification per creative category
    * Last notification time now remembered between browser sessions
    * Cleaned up options page

0.85 (04.02.2018)
    * Initial release                    

확장 프로그램 기본 정보

이름 Adobe Live on Behance Adobe Live on Behance
ID hmhpbcbhphljhbjjmjongooemknbjjoa
공식 URL https://chromewebstore.google.com/detail/adobe-live-on-behance/hmhpbcbhphljhbjjmjongooemknbjjoa
설명 Google Chrome extension for displaying when Adobe is live streaming from Behance.
파일 크기 71.38 KB
설치 횟수 4,481
현재 버전 0.88
최근 업데이트 2019-07-29
출시 날짜 2019-07-29
평점 4.67/5 총 12 개의 평점
개발자 mikechambers
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://mikechambers.com/blog/2018/04/02/adobe-live-on-behance-chrome-extension/
지원되는 언어 en
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "scripts\/jquery-1.6.1.min.js",
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon-offline-128.png",
        "default_title": "Adobe Live on Behance"
    },
    "description": "Google Chrome extension for displaying when Adobe is live streaming from Behance.",
    "homepage_url": "http:\/\/mikechambers.com\/blog\/2018\/04\/02\/adobe-live-on-behance-chrome-extension\/",
    "icons": {
        "16": "images\/logo-16.png",
        "32": "images\/logo-32.png",
        "48": "images\/logo-48.png",
        "64": "images\/logo-64.png",
        "128": "images\/logo-128.png"
    },
    "manifest_version": 2,
    "name": "Adobe Live on Behance",
    "options_page": "options.html",
    "permissions": [
        "https:\/\/cc-api-behance.adobe.io\/",
        "notifications",
        "contextMenus"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.88",
    "web_accessible_resources": [
        "images\/icon.png"
    ]
}