Keyword Typo Generator Tool
Generate type words for a keyword
什麼是Keyword Typo Generator Tool?
Keyword Typo Generator Tool是由https://small-seo-tools.zuumsoft.com開發的Chrome擴展程式,該擴展的主要功能是“Generate type words for a keyword”。
擴展截圖
下載Keyword Typo Generator Tool擴展crx文件
下載Keyword Typo Generator Tool擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
If you want to generate typos of any keyword, this is the tool.
擴展基本資訊
名稱 | |
ID | heplmmahfnpbplhbeldlplbffkbilhcn |
官方網址 | https://chromewebstore.google.com/detail/keyword-typo-generator-to/heplmmahfnpbplhbeldlplbffkbilhcn |
簡介 | Generate type words for a keyword |
檔案大小 | 6.32 KB |
安裝次數 | 121 |
目前版本 | 1.0 |
更新時間 | 2020-07-17 |
上架時間 | 2020-07-16 |
開發者 | https://small-seo-tools.zuumsoft.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://small-seo-tools.zuumsoft.com/tool/keyword-typo-generator-tool/ |
隱私政策頁面URL | https://small-seo-tools.zuumsoft.com/privacy-policy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Keyword Typo Generator Tool", "default_locale": "en", "description": "Generate type words for a keyword", "background": { "scripts": [ "background.js" ] }, "version": "1.0", "icons": { "128": "images\/icon-128.png" }, "browser_action": { "default_icon": "images\/icon-128.png" } } |