Slayer - AI to Write Better
Slayer - AI to Write Better
什么是Slayer - AI to Write Better?
Slayer - AI to Write Better是由https://slayerai.com开发的Chrome扩展程序,该扩展的主要功能是“Slayer - AI to Write Better”。
扩展截图
下载Slayer - AI to Write Better扩展crx文件
下载Slayer - AI to Write Better扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Score and re-write your text with Slayer 扩展基本信息
| 名称 | |
| ID | kndeecegcamljjkeffclknbppjljmkjj |
| 官方URL | https://chromewebstore.google.com/detail/slayer-ai-to-write-better/kndeecegcamljjkeffclknbppjljmkjj |
| 简介 | Slayer - AI to Write Better |
| 文件大小 | 661 KB |
| 安装次数 | 14 |
| 当前版本 | 1.0.12 |
| 更新时间 | 2022-04-10 |
| 上架时间 | 2022-02-27 |
| 评分 | 5.00/5 共3次评分 |
| 开发者 | https://slayerai.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://slayerai.com |
| 帮助页面URL | https://slayerai.com/contact |
| 隐私政策页面URL | https://www.slayerai.com/privacy-policy |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Slayer - AI to Write Better",
"description": "Slayer - AI to Write Better",
"version": "1.0.12",
"manifest_version": 3,
"action": {
"default_popup": "index.html",
"default_title": "Slayer - AI to Write Better"
},
"icons": {
"16": "logo.png",
"48": "logo.png",
"128": "logo.png"
},
"permissions": [
"activeTab",
"storage"
],
"host_permissions": [
"*:\/\/*\/*"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"run_at": "document_start",
"js": [
"content.js"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"web_accessible_resources": [
{
"resources": [
"font\/Product-Sans\/*.ttf"
],
"matches": [
" | |