Simple On Page SEO
SEO on page analyzer. Look for keyword density, keyword checker in title and meta tags.
什么是Simple On Page SEO?
Simple On Page SEO是由_DaveBennett开发的Chrome扩展程序,该扩展的主要功能是“SEO on page analyzer. Look for keyword density, keyword checker in title and meta tags.”。
扩展截图
下载Simple On Page SEO扩展crx文件
下载Simple On Page SEO扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
I needed an on page SEO analyzer for my website that was like Yoast SEO. My goal was to do some simple keyword analysis and checks. Wrote for fun, there might be some bugs so let me know.
扩展基本信息
名称 | Simple On Page SEO |
ID | aemgcoipfmfbdgfgicfbmpjnhlbpajch |
官方URL | https://chromewebstore.google.com/detail/simple-on-page-seo/aemgcoipfmfbdgfgicfbmpjnhlbpajch |
简介 | SEO on page analyzer. Look for keyword density, keyword checker in title and meta tags. |
文件大小 | 42.99 KB |
安装次数 | 1,221 |
当前版本 | 1.2 |
更新时间 | 2019-07-11 |
上架时间 | 2019-07-10 |
评分 | 4.00/5 共2次评分 |
开发者 | _DaveBennett |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "SEO on page analyzer. Look for keyword density, keyword checker in title and meta tags.", "version": "1.2", "name": "Simple On Page SEO", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_popup": "popup.html", "default_icon": "icon.png" }, "icons": { "128": "icon.png" }, "permissions": [ "activeTab", "storage" ] } |