Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.24 KB

README.md

File metadata and controls

35 lines (26 loc) · 1.24 KB

logo

methexis

A sample Chrome browser extension that demonstrates the basic structure and can be used as a starter.

See the accompanying description and guide

banner

.
├── img # images extension needs to access
│   └── logo.png
├── inject # modules of css and js files that can be injected into a page
│   ├── action # module injected by popup.js
│   │   ├── action.css
│   │   └── action.js
│   └── autoload # module injected whenever the user's URL matches the target in manifest.json
│       ├── autoload.css
│       └── autoload.js
├── manifest.json # the main registration of the extension; connects everything together
├── popup # page displayed underneath extension icon when clicked in the Chrome toolbar
│   ├── popup.html
│   └── popup.js
└── rules.js

methexis •  Noun

  • (theater) An originally Ancient Greek form of theatre in which the audience participates and improvises.
  • (philosophy) The relation between a particular and a Platonic form.