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 |
Eメール | [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": [ " |