博客页面优化

博客页面优化仅显示博客内容,支持简书,csdn

What is 博客页面优化?

博客页面优化 is a Chrome extension developed by yhongmll, and its main feature is "博客页面优化仅显示博客内容,支持简书,csdn".

Extension Screenshots

screenshot

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

                        优化简书,CSDN博客页面,优化页面后仅仅页面博客内容,化繁为简                    

Extension Basic Information

Name 博客页面优化 博客页面优化
ID bldpcjgeapnbkpkbhdnaicckefphigld
Official URL https://chromewebstore.google.com/detail/%E5%8D%9A%E5%AE%A2%E9%A1%B5%E9%9D%A2%E4%BC%98%E5%8C%96/bldpcjgeapnbkpkbhdnaicckefphigld
Description 博客页面优化仅显示博客内容,支持简书,csdn
File Size 10.16 KB
Installation Count 26
Current Version 1.0.3
Last Updated 2019-10-30
Publish Date 2019-10-30
Developer yhongmll
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "browser_action": {
        "default_icon": ".\/images\/icon128.png",
        "default_title": "\u535a\u5ba2\u9875\u9762\u4f18\u5316"
    },
    "content_scripts": [
        {
            "js": [
                "index.js"
            ],
            "matches": [
                "https:\/\/*.csdn.net\/*",
                "https:\/\/www.jianshu.com\/p\/*"
            ]
        }
    ],
    "description": "\u535a\u5ba2\u9875\u9762\u4f18\u5316\u4ec5\u663e\u793a\u535a\u5ba2\u5185\u5bb9\uff0c\u652f\u6301\u7b80\u4e66,csdn",
    "icons": {
        "128": "images\/icon128.png"
    },
    "manifest_version": 2,
    "name": "\u535a\u5ba2\u9875\u9762\u4f18\u5316",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.3"
}