网页背景特效

(๑•́ ∀ •̀๑) 有趣的网页背景特效

What is 网页背景特效?

网页背景特效 is a Chrome extension developed by Louis, and its main feature is "(๑•́ ∀ •̀๑) 有趣的网页背景特效".

Extension Screenshots

screenshot
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

                        (๑•́ ∀ •̀๑) 有趣的网页背景特效                    

Extension Basic Information

Name 网页背景特效 网页背景特效
ID lmajkebcjhcehgbmmllifojpbdbhnffh
Official URL https://chrome.google.com/webstore/detail/%E7%BD%91%E9%A1%B5%E8%83%8C%E6%99%AF%E7%89%B9%E6%95%88/lmajkebcjhcehgbmmllifojpbdbhnffh
Description (๑•́ ∀ •̀๑) 有趣的网页背景特效
File Size 20.48 KB
Installation Count 586
Current Version 1.0
Last Updated 2016-09-11
Publish Date 2016-09-11
Rating 4.86/5 Total 14 Ratings
Developer Louis
Email [email protected]
Payment Type free
Supported Languages en,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "default_locale": "zh_CN",
    "version": "1.0",
    "description": "__MSG_extDesc__",
    "browser_action": {
        "default_icon": {
            "19": "icon.png"
        }
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "popup.js"
            ]
        }
    ]
}