Initial
Easily include Google on the homepage with relevant results in your searches.
Initial क्या है?
Initial https://googloc.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily include Google on the homepage with relevant results in your searches."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Initial एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
With our extension you can easily include the Google search field as the home page of your internet browser.
एक्सटेंशन की मूल जानकारी
नाम | Initial |
ID | indkpcjdonlhakljicagikchdooafijm |
आधिकारिक URL | https://chromewebstore.google.com/detail/initial/indkpcjdonlhakljicagikchdooafijm |
विवरण | Easily include Google on the homepage with relevant results in your searches. |
फ़ाइल का आकार | 611 KB |
स्थापना संख्या | 2,826 |
वर्तमान संस्करण | 2.0 |
अंतिम अपडेट | 2024-01-15 |
प्रकाशन तिथि | 2022-08-05 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://googloc.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://www.googloc.com/politicas |
समर्थित भाषाएँ | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Initial", "description": "Easily include Google on the homepage with relevant results in your searches.", "version": "2.0", "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/search?*", "https:\/\/www.google.com.br\/search?*" ], "js": [ "content_script.js" ], "run_at": "document_start" } ], "background": { "service_worker": "background.js" }, "chrome_settings_overrides": { "startup_pages": [ "https:\/\/googloc.com\/google\/" ] }, "icons": { "16": "imagens\/icon_16px.png", "32": "imagens\/icon_32px.png", "96": "imagens\/icon_96px.png", "48": "imagens\/icon_48px.png", "128": "imagens\/icon_128px.png" } } |