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 هو إضافة Chrome تم تطويرها بواسطة https://socode.pro، والميزة الرئيسية لها هي "Quickly and comfortably search multiple (e.g. css, git, python) programming documents in the NewTab.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Search Documents in the NewTab
قم بتنزيل ملفات الامتداد Search Documents in the NewTab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة المساعدة | https://discord.gg/qeBuAR |
عنوان صفحة سياسة الخصوصية | 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" } } |