Hugo - the extension you really want!
Browser enhancements for Hugo users. Shows you if sites are built with Hugo, Docs search, and more.
什么是Hugo - the extension you really want!?
Hugo - the extension you really want!是由FelicianoTech开发的Chrome扩展程序,该扩展的主要功能是“Browser enhancements for Hugo users. Shows you if sites are built with Hugo, Docs search, and more.”。
扩展截图
下载Hugo - the extension you really want!扩展crx文件
下载Hugo - the extension you really want!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A Chrome Extension that enhances your browsing experience for Hugo. Right now, the basic features allow you to see when a website you're visiting has been built with Hugo as well as search the Hugo Docs from your Omnibar (address) Bar.
View instructions and source code in the GitHub repository: https://github.com/felicianotech/hugo-browser-extension 扩展基本信息
| 名称 | |
| ID | hbaembbfbmpbjgkgcjcfonnimlekbfea |
| 官方URL | https://chromewebstore.google.com/detail/hugo-the-extension-you-re/hbaembbfbmpbjgkgcjcfonnimlekbfea |
| 简介 | Browser enhancements for Hugo users. Shows you if sites are built with Hugo, Docs search, and more. |
| 文件大小 | 95.3 KB |
| 安装次数 | 40 |
| 当前版本 | v18.11.5 |
| 更新时间 | 2018-11-14 |
| 上架时间 | 2018-11-11 |
| 开发者 | FelicianoTech |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/felicianotech/hugo-browser-extension |
| 帮助页面URL | https://github.com/felicianotech/hugo-browser-extension/issues |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Hugo - the extension you really want!",
"short_name": "Hugo",
"version": "18.11.5.0",
"version_name": "v18.11.5",
"description": "Browser enhancements for Hugo users. Shows you if sites are built with Hugo, Docs search, and more.",
"author": "Ricardo N Feliciano - https:\/\/www.Feliciano.Tech",
"homepage_url": "https:\/\/github.com\/felicianotech\/hugo-browser-extension",
"minimum_chrome_version": "60",
"icons": {
"16": "logo16.png",
"48": "logo48.png",
"128": "logo128.png"
},
"background": {
"scripts": [
"vendor\/algoliasearch-3.24.3.min.js",
"background.js"
]
},
"omnibox": {
"keyword": "hugo"
},
"page_action": {
"default_icon": "logo48.png",
"default_title": "Not built with Hugo."
},
"content_scripts": [
{
"matches": [
" | |