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文件
下载Kalpana Karala扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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": [ " |