QQ空间封印助手
导出QQ空间的日志为文件,供永久保存
What is QQ空间封印助手?
QQ空间封印助手 is a Chrome extension developed by hectorqiu, and its main feature is "导出QQ空间的日志为文件,供永久保存".
Extension Screenshots
Download QQ空间封印助手 Extension CRX File
Download QQ空间封印助手 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
可以将自己QQ空间日志备份下来的 Chrome 插件。 每个互联网产品都有一个生命周期,或者你只会一段时间使用它。QQ空间的第一批用户已经越来越少使用QQ空间,假如有一天QQ号被盗,丢失找不回来,不想用了,那曾经写过的文字,拍过的照片就会留在网络上没人能看到的角落。 假如你觉得过去的尴尬文章还是需要Copy多一份,防止丢失,这个 Chrome 插件可以帮到你。
Extension Basic Information
Name | |
ID | cpablhkjijifpkdnffelmmoakmjedffm |
Official URL | https://chromewebstore.google.com/detail/qq%E7%A9%BA%E9%97%B4%E5%B0%81%E5%8D%B0%E5%8A%A9%E6%89%8B/cpablhkjijifpkdnffelmmoakmjedffm |
Description | 导出QQ空间的日志为文件,供永久保存 |
File Size | 278 KB |
Installation Count | 44 |
Current Version | 0.0.2 |
Last Updated | 2017-06-23 |
Publish Date | 2017-06-22 |
Developer | hectorqiu |
[email protected] | |
Payment Type | free |
Extension Website | http://i.littletool.io/qzone-backuper.html |
Help Page URL | http://i.littletool.io/qzone-backuper.html |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QQ\u7a7a\u95f4\u5c01\u5370\u52a9\u624b", "description": "\u5bfc\u51faQQ\u7a7a\u95f4\u7684\u65e5\u5fd7\u4e3a\u6587\u4ef6\uff0c\u4f9b\u6c38\u4e45\u4fdd\u5b58", "version": "0.0.2", "icons": { "16": "static\/img\/icon-16.png", "48": "static\/img\/icon-48.png", "128": "static\/img\/icon-128.png" }, "background": { "persistent": false, "scripts": [ "static\/js\/bg.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*.qzone.qq.com\/*" ], "js": [ "static\/vendor\/jquery\/jquery-3.2.1.js", "static\/vendor\/upndown\/upndown.bundle.js", "static\/vendor\/filer\/filer.js", "static\/vendor\/jquery-modal\/jquery.modal.js", "static\/vendor\/jszip\/jszip.js", "static\/vendor\/jszip\/jszip-utils.js", "static\/vendor\/FileSaver\/FileSaver.js", "static\/js\/utils.js", "static\/js\/qzone.js", "static\/js\/content.js" ], "css": [ "static\/vendor\/jquery-modal\/jquery.modal.css" ] } ], "page_action": { "default_icon": "static\/img\/icon-48.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/*.qzone.qq.com\/", "https:\/\/*.store.qq.com\/", "https:\/\/*.qpic.cn\/", "https:\/\/*.qq.com\/" ] } |