Kalpana Karala
This will change Google Logo in Google search page, and change some text on the page. Inspiration: https://uvindubro.me/kalpana/
Kalpana Karala란 무엇입니까?
Kalpana Karala은(는) Chethiya Kusal에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This will change Google Logo in Google search page, and change some text on the page. Inspiration: https://uvindubro.me/kalpana/"입니다.
확장 프로그램 스크린샷
Kalpana Karala 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This will change Google Logo in Google search page, and "Search" button text to "බලන්න" and "I'm feeling lucky" button text to "නැද්ද හා". It is suitable as a funny prank for your friend. Inspiration: https://uvindubro.me/kalpana/
확장 프로그램 기본 정보
이름 | |
ID | ldfbffgeoopikoigpgjfjdammhpcplch |
공식 URL | https://chromewebstore.google.com/detail/kalpana-karala/ldfbffgeoopikoigpgjfjdammhpcplch |
설명 | This will change Google Logo in Google search page, and change some text on the page. Inspiration: https://uvindubro.me/kalpana/ |
파일 크기 | 306 KB |
설치 횟수 | 57 |
현재 버전 | 1.1.5 |
최근 업데이트 | 2023-08-11 |
출시 날짜 | 2023-02-09 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | Chethiya Kusal |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://uvindubro.me/kalpana/ |
도움말 페이지 URL | https://github.com/ChethiyaKD |
개인정보 보호 정책 페이지 URL | https://github.com/ChethiyaKD/Kalpana-Karala-Balanna-/blob/main/privacy-policy.md |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Kalpana Karala", "version": "1.1.5", "manifest_version": 3, "author": "Ishara Upulwan", "description": "This will change Google Logo in Google search page, and change some text on the page. Inspiration: https:\/\/uvindubro.me\/kalpana\/", "homepage_url": "https:\/\/uvindubro.me\/kalpana\/", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "64": "icons\/64.png", "128": "icons\/128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.google.com\/*", "https:\/\/*.google.lk\/*" ], "js": [ "js\/textAnim.js" ], "run_at": "document_start" }, { "matches": [ "https:\/\/*.google.com\/*", "https:\/\/*.google.lk\/*" ], "js": [ "js\/content_script.js" ], "css": [ "css\/content.css" ] } ], "background": { "service_worker": "js\/service_worker.js" }, "host_permissions": [ " |