135小助手
新媒体运营必备效率工具
什么是135小助手?
135小助手是由135editor开发的Chrome扩展程序,该扩展的主要功能是“新媒体运营必备效率工具”。
扩展截图
下载135小助手扩展crx文件
下载135小助手扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
135小助手给大家带来了网页吸色、抓取文章、抓取图片等提高公众号运营者效率的功能,后续将扩展更多。 扩展基本信息
| 名称 | |
| ID | habajgjiodkagmalhjchegenflkoogej |
| 官方URL | https://chromewebstore.google.com/detail/135%E5%B0%8F%E5%8A%A9%E6%89%8B/habajgjiodkagmalhjchegenflkoogej |
| 简介 | 新媒体运营必备效率工具 |
| 文件大小 | 2.32 MB |
| 安装次数 | 10,796 |
| 当前版本 | 1.1.6 |
| 更新时间 | 2023-11-24 |
| 上架时间 | 2020-11-26 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | 135editor |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | zh-CN |
| manifest.json | |
{
"background": {
"persistent": true,
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "icon128.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/mp.weixin.qq.com\/*",
"*:\/\/*\/*"
],
"js": [
"\/static\/js\/0.chunk.js",
"\/static\/js\/1.chunk.js",
"\/static\/js\/5.chunk.js",
"\/static\/js\/content.js"
],
"run_at": "document_end"
},
{
"matches": [
"*:\/\/mp.weixin.qq.com\/*"
],
"css": [
"\/static\/css\/1.53617f14.chunk.css"
],
"exclude_matches": []
},
{
"matches": [
"*:\/\/*\/*"
],
"css": [
"\/static\/css\/content.css"
],
"run_at": "document_start"
}
],
"description": "\u65b0\u5a92\u4f53\u8fd0\u8425\u5fc5\u5907\u6548\u7387\u5de5\u5177",
"externally_connectable": {
"matches": [
"*:\/\/*.135editor.com\/*",
"*:\/\/mp.weixin.qq.com\/*"
]
},
"icons": {
"128": "icon128.png",
"16": "icon16.png",
"48": "icon48.png"
},
"manifest_version": 2,
"name": "135\u5c0f\u52a9\u624b",
"permissions": [
"activeTab",
"tabs",
"storage",
"webRequest",
"webRequestBlocking",
"https:\/\/mp.weixin.qq.com\/*",
" | |