Laravel/Yii 2 Docs Search Autocomplete
Popup search box to navigate within the Yii 2 and Laravel Docs from every site.
什么是Laravel/Yii 2 Docs Search Autocomplete?
Laravel/Yii 2 Docs Search Autocomplete是由Gani Georgiev开发的Chrome扩展程序,该扩展的主要功能是“Popup search box to navigate within the Yii 2 and Laravel Docs from every site.”。
扩展截图
下载Laravel/Yii 2 Docs Search Autocomplete扩展crx文件
下载Laravel/Yii 2 Docs Search Autocomplete扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Just press `Ctrl + L` (for Laravel) or `Ctrl + Y` (for Yii) and a search box should popup in your current page.
Shortcuts and other settings could be changed through the options panel. 扩展基本信息
| 名称 | |
| ID | feleaddkmjemddinednloockahgcpaif |
| 官方URL | https://chromewebstore.google.com/detail/laravelyii-2-docs-search/feleaddkmjemddinednloockahgcpaif |
| 简介 | Popup search box to navigate within the Yii 2 and Laravel Docs from every site. |
| 文件大小 | 620 KB |
| 安装次数 | 96 |
| 当前版本 | 1.4.0 |
| 更新时间 | 2021-02-14 |
| 上架时间 | 2019-10-14 |
| 评分 | 5.00/5 共4次评分 |
| 开发者 | Gani Georgiev |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/ganigeorgiev/laravel-yii2-docs-search-autocomplete |
| 帮助页面URL | https://github.com/ganigeorgiev/laravel-yii2-docs-search-autocomplete/issues |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Laravel\/Yii 2 Docs Search Autocomplete",
"description": "Popup search box to navigate within the Yii 2 and Laravel Docs from every site.",
"version": "1.4.0",
"author": "Gani Georgiev",
"browser_action": {
"default_icon": "images\/icon16.png",
"default_popup": "options.html"
},
"content_scripts": [
{
"js": [
"js\/base.js",
"js\/laravel.js",
"js\/yii.jssearch.wrapper.js",
"js\/yii.jssearch.index.js",
"js\/yii.js",
"js\/init.js"
],
"css": [
"css\/search.css"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_end"
}
],
"icons": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"64": "images\/icon64.png",
"128": "images\/icon128.png"
},
"permissions": [
"storage",
"https:\/\/google.com\/search",
"https:\/\/yiiframework.com\/doc-2.0\/*",
"https:\/\/algolia.net\/*",
"https:\/\/laravel.com\/docs\/*"
]
} | |