First Extension of Bluesky

My First Chrome Extension

First Extension of Bluesky란 무엇입니까?

First Extension of Bluesky은(는) http://worthreview.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "My First Chrome Extension"입니다.

확장 프로그램 스크린샷

screenshot

First Extension of Bluesky 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        That is my first extension. When you type your name on inbox, you will receive a quote what depends on time of day.                    

확장 프로그램 기본 정보

이름 First Extension of Bluesky First Extension of Bluesky
ID koafldflhfoddjhchilnjiliohnndfij
공식 URL https://chrome.google.com/webstore/detail/first-extension-of-bluesk/koafldflhfoddjhchilnjiliohnndfij
설명 My First Chrome Extension
파일 크기 37.09 KB
설치 횟수 17
현재 버전 1.0
최근 업데이트 2016-08-06
출시 날짜 2016-08-06
평점 4.00/5 총 1 개의 평점
개발자 http://worthreview.com
결제 유형 free
확장 프로그램 웹 사이트 http://worthreview.com
개인정보 보호 정책 페이지 URL http://worthreview.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "First Extension of Bluesky",
    "version": "1.0",
    "homepage_url": "http:\/\/worthreview.com",
    "description": "My First Chrome Extension",
    "browser_action": {
        "default_icon": "blueskylogo.ico",
        "popup": "myPopup.html"
    }
}