RubberDucking
Your digital rubber duck companion
RubberDucking란 무엇입니까?
RubberDucking은(는) luisrrv에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Your digital rubber duck companion"입니다.
확장 프로그램 스크린샷
RubberDucking 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Rubber Ducking is your helper in any tough situation. Just explain or type in your problem and you will find a solution! You can also click on search to make a quick google search! There are many ducks that will be randomly available to help you every time you open the extension. "Rubber duck debugging" is a software engineering method of debugging the code by trying to explain it line-by-line to an inanimate object. This method can obviously be used not only in programming but anywhere you could imagine. The key here is to give a thorough description of your problem, question or anything else that is wracking your brain. The Ducks will always be here to help! 🐤
확장 프로그램 기본 정보
이름 | RubberDucking |
ID | ilnajmkjbglgobggkhahkpgomnjjegpe |
공식 URL | https://chromewebstore.google.com/detail/rubberducking/ilnajmkjbglgobggkhahkpgomnjjegpe |
설명 | Your digital rubber duck companion |
파일 크기 | 1.85 MB |
설치 횟수 | 53 |
현재 버전 | 0.1.0 |
최근 업데이트 | 2022-07-19 |
출시 날짜 | 2022-07-19 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | luisrrv |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.freeprivacypolicy.com/live/3562d2dd-d443-44a4-a647-509417747d02 |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RubberDucking", "version": "0.1.0", "description": "Your digital rubber duck companion", "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "assets\/duck-icon.png", "24": "assets\/duck-icon.png", "32": "assets\/duck-icon.png" }, "default_title": "Rubber Duck", "default_popup": "popup.html" }, "manifest_version": 3 } |