Home > php教程 > PHP源码 > body text

5步搞定谷歌插件开发

PHP中文网
Release: 2016-05-26 08:19:27
Original
1419 people have browsed it

1. [代码][PHP]代码   

1: 建立插件目录 Mytest (插件目录接口图7)
    Mytest
        --images             图片文件夹
        --icon.php             插件icon图标(工具栏)
        --icon128.php         插件图标(插件后台显示)
        --jquery.js         插件引用的jquery库
        --test.js           模版中要引用的
        --popup.html         工具栏下拉模版
        --options.html       插件后台设置模版
        --manifest.json       插件配置文件

2: 导入插件目录(按图片1操作) 

3: 调试工具栏下拉模版(按图片8操作)

4: 调试后台设置模版(按图片9呼出控制台操作)

5: 打包插件生成crx文件(按图片2,3,4,操作)

6: 安装插件(按图片5,6操作)

其实就是个web应用,按照谷歌插件的规则,集成而已,不懂可以直接看我的代码,有注释.
对做web开发的程序员来说很简单,当然它本身还有很多api,可以自行研究
Copy after login

        

2. [文件]     chrome.zip

5步搞定谷歌插件开发chrome.zip


Related labels:
php
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!