browser-source-provider
browser words completion source for coc-browser
ما هو browser-source-provider؟
browser-source-provider هو إضافة Chrome تم تطويرها بواسطة VOLDIKSS، والميزة الرئيسية لها هي "browser words completion source for coc-browser".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة browser-source-provider
قم بتنزيل ملفات الامتداد browser-source-provider بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
chrome extension for coc-browser: https://github.com/voldikss/coc-browser. It is used to collect the words in the current webpage and save them in some cache files. There is a local http server, which is spawned by another application coc-browser, gathers all these words as the candidates of code completion in vim.
معلومات أساسية عن التمديد
الاسم | browser-source-provider |
ID | lkaldcfmhailjfcbapicgkdkkamanlml |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/browser-source-provider/lkaldcfmhailjfcbapicgkdkkamanlml |
الوصف | browser words completion source for coc-browser |
حجم الملف | 7.89 KB |
عدد التثبيتات | 123 |
النسخة الحالية | 1.2.0 |
آخر تحديث | 2021-02-23 |
تاريخ النشر | 2019-09-08 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | VOLDIKSS |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://voldikss.github.io/coc-browser/ |
عنوان صفحة المساعدة | https://voldikss.github.io/coc-browser/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "browser-source-provider", "version": "1.2.0", "description": "browser words completion source for coc-browser", "author": "voldikss", "icons": { "16": "bcp.png", "48": "bcp.png", "128": "bcp.png" }, "browser_action": { "default_popup": "popup.html", "default_title": "browser-source-provider" }, "content_scripts": [ { "matches": [ " |