theps

提高下载素材的效率,打开正确下载素材的姿势

theps란 무엇입니까?

theps은(는) mihuoli에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "提高下载素材的效率,打开正确下载素材的姿势"입니다.

확장 프로그램 스크린샷

screenshot

theps 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        pinterest  flickr  artstation 花瓣 批量下载插件  微信号:S_wolfs  ps: artstation 做这个人页面会出来下载按钮
2018/05/06
修复下载按钮 刷新才能显示的问题
2018/04/29
修复花瓣下载BUG 下载后缀名问题
下载任务限制同时为6 降低网络错误现在失败情况发生                    

확장 프로그램 기본 정보

이름 theps theps
ID nfihfnegipjjmlkhokmpnamjfcohjjhc
공식 URL https://chromewebstore.google.com/detail/theps/nfihfnegipjjmlkhokmpnamjfcohjjhc
설명 提高下载素材的效率,打开正确下载素材的姿势
파일 크기 96.15 KB
설치 횟수 32
현재 버전 2.1.3
최근 업데이트 2018-05-06
출시 날짜 2018-05-06
평점 3.67/5 총 3 개의 평점
개발자 mihuoli
결제 유형 free
지원되는 언어 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "theps",
    "version": "2.1.3",
    "description": "\u63d0\u9ad8\u4e0b\u8f7d\u7d20\u6750\u7684\u6548\u7387\uff0c\u6253\u5f00\u6b63\u786e\u4e0b\u8f7d\u7d20\u6750\u7684\u59ff\u52bf",
    "icons": {
        "16": "img\/icon.png",
        "48": "img\/icon.png",
        "128": "img\/icon.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-1.8.3.js",
                "js\/content-script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "contextMenus",
        "tabs",
        "notifications",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "downloads"
    ],
    "web_accessible_resources": [
        "js\/inject.js"
    ]
}