135小助手

新媒体运营必备效率工具

135小助手란 무엇입니까?

135小助手은(는) 135editor에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "新媒体运营必备效率工具"입니다.

확장 프로그램 스크린샷

screenshot

135小助手 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        135小助手给大家带来了网页吸色、抓取文章、抓取图片等提高公众号运营者效率的功能,后续将扩展更多。                    

확장 프로그램 기본 정보

이름 135小助手 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\/*",
        ""
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.6",
    "web_accessible_resources": [
        "*"
    ]
}