SEO Keyword Volume TR
Eklenti seçili metnin aranma hacmini verir.
What is SEO Keyword Volume TR?
SEO Keyword Volume TR is a Chrome extension developed by https://www.mertazizoglu.com, and its main feature is "Eklenti seçili metnin aranma hacmini verir.".
Extension Screenshots
Download SEO Keyword Volume TR Extension CRX File
Download SEO Keyword Volume TR extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | SEO Keyword Volume TR |
ID | nchelpflblnkgnckekcekodapkilmdac |
Official URL | https://chromewebstore.google.com/detail/seo-keyword-volume-tr/nchelpflblnkgnckekcekodapkilmdac |
Description | Eklenti seçili metnin aranma hacmini verir. |
File Size | 20.78 KB |
Installation Count | 197 |
Current Version | 1.2 |
Last Updated | 2021-08-17 |
Publish Date | 2020-03-30 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://www.mertazizoglu.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.mertazizoglu.com/ |
Help Page URL | https://www.mertazizoglu.com/#contact |
Supported Languages | 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" ] } |