Article Rewriter Tool
Spin and rewrite your content
什么是Article Rewriter Tool?
Article Rewriter Tool是由https://small-seo-tools.zuumsoft.com开发的Chrome扩展程序,该扩展的主要功能是“Spin and rewrite your content”。
扩展截图
下载Article Rewriter Tool扩展crx文件
下载Article Rewriter Tool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Rewrite your articles with this simple tools, just add your content and click rewrite button, you will get rewritten content in seconds. 扩展基本信息
| 名称 | |
| ID | cboebhdkdbgnhdgjbcnmhdihcbhejham |
| 官方URL | https://chromewebstore.google.com/detail/article-rewriter-tool/cboebhdkdbgnhdgjbcnmhdihcbhejham |
| 简介 | Spin and rewrite your content |
| 文件大小 | 4.49 KB |
| 安装次数 | 851 |
| 当前版本 | 1.0 |
| 更新时间 | 2020-07-17 |
| 上架时间 | 2020-07-16 |
| 评分 | 4.50/5 共2次评分 |
| 开发者 | https://small-seo-tools.zuumsoft.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://small-seo-tools.zuumsoft.com/tool/article-rewriter-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": "Article Rewriter Tool",
"default_locale": "en",
"description": "Spin and rewrite your content",
"background": {
"scripts": [
"background.js"
]
},
"version": "1.0",
"icons": {
"128": "images\/icon-128.png"
},
"browser_action": {
"default_icon": "images\/icon-128.png"
}
} | |