新浪图集打包下载
在新浪图集原有的UI基础上新增打包下载的链接,一键下载整个新浪图集
What is 新浪图集打包下载?
新浪图集打包下载 is a Chrome extension developed by Tian Zhou, and its main feature is "在新浪图集原有的UI基础上新增打包下载的链接,一键下载整个新浪图集".
Extension Screenshots
Download 新浪图集打包下载 Extension CRX File
Download 新浪图集打包下载 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
源代码存放于https://github.com/tianz/sina-picture-downloader,欢迎各类建议与意见
Extension Basic Information
Name | 新浪图集打包下载 |
ID | ggepdicnbfpbieommiglgdpndjmnlklg |
Official URL | https://chromewebstore.google.com/detail/%E6%96%B0%E6%B5%AA%E5%9B%BE%E9%9B%86%E6%89%93%E5%8C%85%E4%B8%8B%E8%BD%BD/ggepdicnbfpbieommiglgdpndjmnlklg |
Description | 在新浪图集原有的UI基础上新增打包下载的链接,一键下载整个新浪图集 |
File Size | 18.82 KB |
Installation Count | 259 |
Current Version | 1.2 |
Last Updated | 2016-09-10 |
Publish Date | 2016-09-10 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Tian Zhou |
Payment Type | free |
Extension Website | https://github.com/tianz/sina-picture-downloader |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u65b0\u6d6a\u56fe\u96c6\u6253\u5305\u4e0b\u8f7d", "short_name": "\u65b0\u6d6a\u56fe\u96c6\u6253\u5305\u4e0b\u8f7d", "version": "1.2", "description": "\u5728\u65b0\u6d6a\u56fe\u96c6\u539f\u6709\u7684UI\u57fa\u7840\u4e0a\u65b0\u589e\u6253\u5305\u4e0b\u8f7d\u7684\u94fe\u63a5\uff0c\u4e00\u952e\u4e0b\u8f7d\u6574\u4e2a\u65b0\u6d6a\u56fe\u96c6", "icons": { "16": "icon\/icon16.png", "48": "icon\/icon48.png", "128": "icon\/icon128.png" }, "author": "Tian Zhou", "permissions": [ "downloads" ], "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/slide.news.sina.com.cn\/*", "*:\/\/slide.sports.sina.com.cn\/*", "*:\/\/slide.ent.sina.com.cn\/*", "*:\/\/slide.tech.sina.com.cn\/*", "*:\/\/slide.mil.news.sina.com.cn\/*", "*:\/\/slide.history.sina.com.cn\/*", "*:\/\/slide.fashion.sina.com.cn\/*", "*:\/\/slide.eladies.sina.com.cn\/*", "*:\/\/slide.finance.sina.com.cn\/*", "*:\/\/slide.astro.sina.com.cn\/*", "*:\/\/slide.health.sina.com.cn\/*", "*:\/\/slide.edu.sina.com.cn\/*", "*:\/\/slide.baby.sina.com.cn\/*", "*:\/\/slide.blog.sina.com.cn\/*", "*:\/\/slide.sky.news.sina.com.cn\/*" ], "js": [ "js\/common.js", "js\/content.js" ], "css": [ "css\/styles.css" ] }, { "matches": [ "*:\/\/slide.games.sina.com.cn\/*" ], "js": [ "js\/common.js", "js\/content_games.js" ], "css": [ "css\/styles_games.css" ] } ] } |