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 |
| 官方網址 | 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"
]
} | |