SEO Keyword Volume TR

Eklenti seçili metnin aranma hacmini verir.

什么是SEO Keyword Volume TR?

SEO Keyword Volume TR是由https://www.mertazizoglu.com开发的Chrome扩展程序,该扩展的主要功能是“Eklenti seçili metnin aranma hacmini verir.”。

扩展截图

screenshot

下载SEO Keyword Volume TR扩展crx文件

下载SEO Keyword Volume TR扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Eklenti, hızlıca sayfada merak edip seçtiğiniz bir metnin aranma hacmini size verir.

* Kullanım:

- Sayfada istediğiniz bir metne sağ tıklayıp "Aranma Hacmine Bak" basmanız yeterli.                    

扩展基本信息

名称 SEO Keyword Volume TR SEO Keyword Volume TR
ID nchelpflblnkgnckekcekodapkilmdac
官方URL https://chromewebstore.google.com/detail/seo-keyword-volume-tr/nchelpflblnkgnckekcekodapkilmdac
简介 Eklenti seçili metnin aranma hacmini verir.
文件大小 20.78 KB
安装次数 197
当前版本 1.2
更新时间 2021-08-17
上架时间 2020-03-30
评分 5.00/5 共2次评分
开发者 https://www.mertazizoglu.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.mertazizoglu.com/
帮助页面URL https://www.mertazizoglu.com/#contact
支持的语言 tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SEO Keyword Volume TR",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Eklenti se\u00e7ili metnin aranma hacmini verir.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "defaul_site": "https:\/\/www.mertazizoglu.com"
    },
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "contextMenus"
    ]
}