Coding websites Extension
Quickly open your coding website
Coding websites Extension란 무엇입니까?
Coding websites Extension은(는) Shailendra Prajapati에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly open your coding website"입니다.
확장 프로그램 스크린샷
Coding websites Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
If you frequently use platforms like geeksforgeek, codeforces, hacerrank, hackerearth, leetcode and github for practicing codes or for reading articles, every time you have to type the website name on the browser's search bar. This makes you frustrating and wastes your time too. This chrome extension have shortcuts of all your favorite coding websites, you have to only click on the respective icons and enjoy the learning. This extension saves your time from typing the website names.
확장 프로그램 기본 정보
이름 | Coding websites Extension |
ID | aopcjjihpbgimfikfdmggpmdnjpidaak |
공식 URL | https://chromewebstore.google.com/detail/coding-websites-extension/aopcjjihpbgimfikfdmggpmdnjpidaak |
설명 | Quickly open your coding website |
파일 크기 | 91.42 KB |
설치 횟수 | 100 |
현재 버전 | 1.1.0 |
최근 업데이트 | 2021-07-14 |
출시 날짜 | 2021-07-13 |
개발자 | Shailendra Prajapati |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Coding websites Extension ", "description": "Quickly open your coding website", "version": "1.1.0", "icons": { "19": "images\/icon_19.png", "64": "images\/icon_64.png", "128": "images\/icon_128.png" }, "browser_action": { "default_icon": "images\/icon_19.png", "default_popup": "popup.html" } } |