Squared Rabb.it : [🐇⚪➡️🐇⬜]
This extension turns Rabb.it circles into squares
Squared Rabb.it : [🐇⚪➡️🐇⬜]란 무엇입니까?
Squared Rabb.it : [🐇⚪➡️🐇⬜]은(는) bverveen에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension turns Rabb.it circles into squares"입니다.
확장 프로그램 스크린샷
Squared Rabb.it : [🐇⚪➡️🐇⬜] 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
                        On the site https://rabb.it camera 'bubbles' are (on your screen) displayed as squares using this simple tool.
------{mini} Update log:------
- Since v.0.0.0.4 the button in the browser bar launches the Rabb.it website in a new tab.
- The 'readme&changelog' is moved to the 'options' page which you can find on chrome://extensions.  And future location for any options when necessarily.
- Name and description in 15 different languages; and it's usage depicted in Emoji. More soon(tm).                     확장 프로그램 기본 정보
| 이름 |   |  
| ID | neeioiebikhdebikdlbcgjbcoljfbmkk | 
| 공식 URL | https://chromewebstore.google.com/detail/squared-rabbit-%F0%9F%90%87%E2%9A%AA%E2%9E%A1%EF%B8%8F%F0%9F%90%87%E2%AC%9C/neeioiebikhdebikdlbcgjbcoljfbmkk | 
| 설명 | This extension turns Rabb.it circles into squares | 
| 파일 크기 | 54.78 KB | 
| 설치 횟수 | 14 | 
| 현재 버전 | 0.0.0.5 | 
| 최근 업데이트 | 2016-02-13 | 
| 출시 날짜 | 2016-02-13 | 
| 평점 | 3.20/5 총 5 개의 평점 | 
| 개발자 | bverveen | 
| 결제 유형 | free | 
| 지원되는 언어 | de,en,en-GB,en-US,nl,ca,da,et,es,es-419,fi,cs,el,bg,fa,bn,ar,zh-CN | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "0.0.0.5",
    "icons": {
        "16": "squarerabbit16.png",
        "48": "squarerabbit48.png",
        "128": "squarerabbit128.png"
    },
    "browser_action": {
        "name": "__MSG_extName__",
        "default_icon": "squarerabbit128.png"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "main.js"
            ],
            "matches": [
                "https:\/\/rabb.it\/*"
            ]
        }
    ],
    "permissions": [
        "https:\/\/rabb.it\/"
    ],
    "default_locale": "en"
}  |  |