Semrush Navigator
An extension to improve Semrush navigation
什么是Semrush Navigator?
Semrush Navigator是由Ardov开发的Chrome扩展程序,该扩展的主要功能是“An extension to improve Semrush navigation”。
扩展截图
下载Semrush Navigator扩展crx文件
下载Semrush Navigator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Semrush Navigator adds a quick menu to jump between the apps.
— The menu is triggered with ⌘K (Ctrl+K)
— Items can be added to favourites with ⌘L (Ctrl+L)
— Click the extension icon for more options 扩展基本信息
| 名称 | |
| ID | oghimpfblejlggkilihglgbfhkmkjlel |
| 官方URL | https://chromewebstore.google.com/detail/semrush-navigator/oghimpfblejlggkilihglgbfhkmkjlel |
| 简介 | An extension to improve Semrush navigation |
| 文件大小 | 107 KB |
| 安装次数 | 65 |
| 当前版本 | 0.0.9 |
| 更新时间 | 2023-11-14 |
| 上架时间 | 2023-09-08 |
| 评分 | 5.00/5 共3次评分 |
| 开发者 | Ardov |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Semrush Navigator",
"version": "0.0.9",
"description": "An extension to improve Semrush navigation",
"action": {
"default_popup": "src\/pages\/popup\/index.html",
"default_icon": "icon-34.png"
},
"icons": {
"128": "icon-128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.semrush.com\/*"
],
"exclude_matches": [
"https:\/\/developer.semrush.com\/*"
],
"js": [
"src\/pages\/content\/index.js"
],
"css": [
"assets\/css\/contentStyle16999212872.chunk.css"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"resources": [
"assets\/js\/*.js",
"assets\/css\/*.css",
"icon-128.png",
"icon-34.png"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"permissions": [
"storage"
]
} | |