Nepali Date
Show today's nepali date
Nepali Date란 무엇입니까?
Nepali Date은(는) acesmndr에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Show today's nepali date"입니다.
확장 프로그램 스크린샷
Nepali Date 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Simple lightweight extension to show current Nepali date besides the address bar for user convenience. Features: * Nepali Date can be viewed directly without the need to press any button * Built in BS to AD and AD to BS date converter function (Can be accessed from extension context menu) * Lightweight (< 50KB in size) * Clicking the extension shows the current date details * Has Horoscope, Panchang and a full calendar view support powered by Nepali Calendar * Doesn't allocate resources when not in use * Doesn't track user details * Open source codebase Usage: * Pin the extension for viewing the nepali date in the browser at all time * Hover over the extension icon to view the full nepali date * Click the extension icon to view the calendar, horoscope and other features * Use the right click menu to access conversion methods to convert dates from AD to BS and viceversa as well as visit hamropatro
확장 프로그램 기본 정보
이름 | Nepali Date |
ID | jlklaielfnejdimgpfkebdnbkjagkioa |
공식 URL | https://chromewebstore.google.com/detail/nepali-date/jlklaielfnejdimgpfkebdnbkjagkioa |
설명 | Show today's nepali date |
파일 크기 | 46.01 KB |
설치 횟수 | 2,141 |
현재 버전 | 3.0.0 |
최근 업데이트 | 2021-06-27 |
출시 날짜 | 2021-01-15 |
평점 | 4.85/5 총 20 개의 평점 |
개발자 | acesmndr |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/acesmndr/nepali-date-chrome-extension |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Nepali Date", "version": "3.0.0", "description": "Show today's nepali date", "browser_action": { "default_title": "Nepali Date", "default_icon": "assets\/icons\/icon128.png", "default_popup": "assets\/popup.html" }, "permissions": [ "alarms", "contextMenus", "idle" ], "icons": { "16": "assets\/icons\/0.jpg", "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png" }, "background": { "scripts": [ "assets\/background.js" ], "persistent": false }, "applications": { "gecko": { "id": "{4a11a005-21bc-4448-a8f0-c636c7c5ee87}" } } } |