新浪图集打包下载
在新浪图集原有的UI基础上新增打包下载的链接,一键下载整个新浪图集
Wat is 新浪图集打包下载?
新浪图集打包下载 is een Chrome-extensie ontwikkeld door Tian Zhou, en de belangrijkste functie is "在新浪图集原有的UI基础上新增打包下载的链接,一键下载整个新浪图集".
Extensie Screenshots
Download het CRX-bestand van de extensie 新浪图集打包下载
Download 新浪图集打包下载-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
源代码存放于https://github.com/tianz/sina-picture-downloader,欢迎各类建议与意见
Basisinformatie over de Extensie
Naam | 新浪图集打包下载 |
ID | ggepdicnbfpbieommiglgdpndjmnlklg |
Officiële 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 |
Beschrijving | 在新浪图集原有的UI基础上新增打包下载的链接,一键下载整个新浪图集 |
Bestandsgrootte | 18.82 KB |
Aantal Installaties | 259 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2016-09-10 |
Publicatiedatum | 2016-09-10 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Tian Zhou |
Betalingswijze | free |
Extensiewebsite | https://github.com/tianz/sina-picture-downloader |
Ondersteunde Talen | 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" ] } ] } |