老司机驾驶证

老司机驾驶证,在网上发帖的时候,可以用这个插件转换一下文字。免得贴吧之类的把含URL、敏感词的楼删掉。

What is 老司机驾驶证?

老司机驾驶证 is a Chrome extension developed by Brook, and its main feature is "老司机驾驶证,在网上发帖的时候,可以用这个插件转换一下文字。免得贴吧之类的把含URL、敏感词的楼删掉。".

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

                        老司机驾驶证,在网上发帖的时候,可以用这个插件转换一下文字。免得贴吧之类的把含URL、敏感词的楼删掉。                    

Extension Basic Information

Name 老司机驾驶证 老司机驾驶证
ID flkcbjopgmajjgchannahhiggpcejcjd
Official URL https://chromewebstore.google.com/detail/%E8%80%81%E5%8F%B8%E6%9C%BA%E9%A9%BE%E9%A9%B6%E8%AF%81/flkcbjopgmajjgchannahhiggpcejcjd
Description 老司机驾驶证,在网上发帖的时候,可以用这个插件转换一下文字。免得贴吧之类的把含URL、敏感词的楼删掉。
File Size 11.44 KB
Installation Count 11
Current Version 0.1.0
Last Updated 2016-12-29
Publish Date 2016-12-29
Developer Brook
Email [email protected]
Payment Type free
Extension Website https://brookshuihualee.github.io/DrivingLicence/
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u8001\u53f8\u673a\u9a7e\u9a76\u8bc1",
    "version": "0.1.0",
    "manifest_version": 2,
    "icons": {
        "16": ".\/images\/icon.png",
        "48": ".\/images\/icon.png",
        "128": ".\/images\/icon.png"
    },
    "browser_action": {
        "default_title": "\u8001\u53f8\u673a\u9a7e\u9a76\u8bc1",
        "default_icon": ".\/images\/icon.png",
        "default_popup": ".\/popup\/popup.html"
    },
    "background": {
        "scripts": [
            ".\/background\/background.js"
        ]
    },
    "commands": {
        "get-in": {
            "suggested_key": {
                "default": "Alt+S"
            },
            "description": "\u4e0a\u8f66"
        }
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/*\/*",
        "tabs"
    ]
}