Coder Social home page Coder Social logo

chrome_exts's Introduction

chrome浏览器插件开发demo合集

可食用插件

项目名 简介 使用的技术
my_rightkey_plus 可以自定义的右键搜索 localStorage,contextMenus,扩展通信
WebPage_Marker 对网页进行拉黑、收藏、打标签 localStorage,contextMenus

油猴脚本

项目名 简介 使用的技术
光谷社区优化 回复列表改为盖楼形式
绝对领域图片提取 点击下载主内容区图片,避免下载其他区域杂图
下载选中区图片 对上个脚本的改进版,可自定义区域,适配任何网站 localStorage

学习demo

以下示例来自于《Chrome扩展及应用开发(首发版)》附带源码,有部分修改及新增项目

项目名 简介 使用的技术
my_clock 用popup页面动态显示当前时间 无(最基础的demo)
cannot_touch 永远点不到的按钮 content_scripts直接操作用户DOM
what_is_my_ip 查看我的IP permissions声明跨域请求
website_status 显示当前能否访问google background后台自动执行
weather 天气预报 options_page,"localStorage",permissions
扩展通信*3(add) popup/background与content互相通信的demo 注意chrome_ext页面发消息到content页面需要指定tabid
google_translate 选中单词后右键使用google翻译 background,content_scripts
notifications(add) windows桌面弹窗消息 "notifications"
usd_price 地址栏(默认建议) "omnibox"
标签(add) 列出常用的标签操作demo "tabs","activeTab"
save_all_images 点击右键选项下载当前页面所有图片 "downloads","contextMenus",activeTab(注意其用法)

chrome_exts's People

Contributors

htfei avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.