tuchongeter
图虫图片解析器
tuchongeterとは何ですか?
tuchongeterはhttp://www.1991th.comによって開発されたChromeの拡張機能で、その主な機能は「图虫图片解析器」です。
拡張機能のスクリーンショット
tuchongeter拡張機能のCRXファイルをダウンロード
tuchongeter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
功能说明 1.0.7: 1、快速解析图虫(https://tuchong.com/)、画旅途(http://www.hualvtu.com/)的图片源,点击插件即可查看及存储操作 2、图片同步至 七牛云(http://www.qiniu.com/) 功能。注册可免费获得10G空间 3、所有网站新增在图片鼠标右键菜单:同步至七牛云功能 4、图片管理:图片列表、图片浏览器、图片删除、重命名、移动目录 5、目录管理:支持图片同步至不同目录、按目录查看图片列表 6、解析规则新增一条:解析特定分辨率以上(在目录管理中可设置,默认600*400)的图片 7、解决若干BUG:css样式冲突、图虫网改版BUG 其他说明 插件详细使用说明:http://1991th.com/echo/?p=243
拡張機能の基本情報
名前 | |
ID | polfeachddpenigjdoidbnbjdheighmd |
公式URL | https://chrome.google.com/webstore/detail/tuchongeter/polfeachddpenigjdoidbnbjdheighmd |
説明 | 图虫图片解析器 |
ファイルサイズ | 345 KB |
インストール数 | 313 |
現在のバージョン | 1.0.7 |
最終更新日 | 2019-10-20 |
公開日 | 2019-10-19 |
評価 | 4.67/5 合計 9 レビュー |
開発者 | http://www.1991th.com |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | http://1991th.com |
対応言語 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "tuchongeter", "version": "1.0.7", "manifest_version": 2, "description": "\u56fe\u866b\u56fe\u7247\u89e3\u6790\u5668", "icons": { "48": "logo_avatar.png" }, "options_page": "options.html", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_icon": "icon.png", "default_popup": "index.html" }, "background": { "scripts": [ "js\/base64.js", "js\/httpclient.js", "js\/common.js", "js\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "css\/weui.min.css", "css\/jquery-weui.css" ], "js": [ "js\/jquery.min.js", "js\/jquery-weui.js", "js\/tuchongeter.js" ], "run_at": "document_end" } ], "permissions": [ "tabs", "contextMenus", "http:\/\/*\/", "http:\/\/1991th.com\/*", "unlimitedStorage" ] } |