Search Documents in the NewTab
Quickly and comfortably search multiple (e.g. css, git, python) programming documents in the NewTab.
Search Documents in the NewTab क्या है?
Search Documents in the NewTab https://socode.pro द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly and comfortably search multiple (e.g. css, git, python) programming documents in the NewTab."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Search Documents in the NewTab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Customize your newtab to search numerous development resources.
एक्सटेंशन की मूल जानकारी
नाम | Search Documents in the NewTab |
ID | midlnalokbplpicoooemgpodiphdmllc |
आधिकारिक URL | https://chromewebstore.google.com/detail/search-documents-in-the-n/midlnalokbplpicoooemgpodiphdmllc |
विवरण | Quickly and comfortably search multiple (e.g. css, git, python) programming documents in the NewTab. |
फ़ाइल का आकार | 6.89 MB |
स्थापना संख्या | 117 |
वर्तमान संस्करण | 1.5.6 |
अंतिम अपडेट | 2022-11-03 |
प्रकाशन तिथि | 2020-07-08 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://socode.pro |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://socode.pro |
सहायता पृष्ठ URL | https://discord.gg/qeBuAR |
गोपनीयता नीति पृष्ठ URL | https://socode.pro/privacy |
समर्थित भाषाएँ | de,en,fr,es,it,pt-BR,ru,zh-CN,zh-TW,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_app_name__", "default_locale": "en", "version": "1.5.6", "icons": { "16": "assets\/icons\/favicon-16-plus.png", "32": "assets\/icons\/favicon-32-plus.png", "48": "assets\/icons\/favicon-48-plus.png", "128": "assets\/icons\/favicon-128-plus.png" }, "description": "__MSG_app_description__", "homepage_url": "https:\/\/socode.pro", "short_name": "SOCODE", "permissions": [ "storage", "identity", "https:\/\/github.com\/" ], "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-uqrF8BxdoUs7hL\/KmW3XB\/KGs2XwWRSiINBQOLMDLJE=' 'sha256-R1lPaLsLjVyTU5cgbqVyc7kilkrRKRf6Sn3AGAgMlEc=' https:\/\/cdn.jsdelivr.net https:\/\/www.google-analytics.com; object-src 'self'", "author": "elliotreborn", "minimum_chrome_version": "64", "browser_action": { "default_icon": { "16": "assets\/icons\/favicon-16-plus.png", "32": "assets\/icons\/favicon-32-plus.png", "48": "assets\/icons\/favicon-48-plus.png", "128": "assets\/icons\/favicon-128-plus.png" }, "default_title": "SOCODE NewTab" }, "background": { "scripts": [ "background.bundle.js" ], "persistent": false }, "chrome_url_overrides": { "newtab": "index.html" } } |