Headline Highlighter
Highlight all headlines within the document.
什么是Headline Highlighter?
Headline Highlighter是由B+D Interactive开发的Chrome扩展程序,该扩展的主要功能是“Highlight all headlines within the document.”。
扩展截图
下载Headline Highlighter扩展crx文件
下载Headline Highlighter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Highlights all headlines (...
tags) on the current page. The headlines will get a hint with the tag name. This extension can be used to visualize the headlines for quick SEO testing.
扩展基本信息
名称 | Headline Highlighter |
ID | lgmojgokdalobakogpaililfoboigkal |
官方URL | https://chromewebstore.google.com/detail/headline-highlighter/lgmojgokdalobakogpaililfoboigkal |
简介 | Highlight all headlines within the document. |
文件大小 | 47.34 KB |
安装次数 | 1,467 |
当前版本 | 1.0 |
更新时间 | 2017-08-28 |
上架时间 | 2017-08-28 |
评分 | 5.00/5 共1次评分 |
开发者 | B+D Interactive |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | http://www.bplusd-interactive.de/de/datenschutz.html |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Headline Highlighter", "description": "Highlight all headlines within the document.", "version": "1.0", "background": { "page": "background.html" }, "browser_action": { "default_icon": "icon.png" }, "permissions": [ "activeTab" ] } |