Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gsingh93/page-extension-refresh
https://github.com/gsingh93/page-extension-refresh
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gsingh93/page-extension-refresh
- Owner: gsingh93
- Created: 2013-07-29T22:59:42.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-31T05:15:23.000Z (over 11 years ago)
- Last Synced: 2024-05-02T01:29:33.907Z (7 months ago)
- Language: JavaScript
- Size: 156 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Page and Extension Refresh
==========================This Chrome extension allows you to input the [Match Patterns](https://developer.chrome.com/extensions/match_patterns.html) of pages and select unpacked extensions that will be refreshed after clicking the extension icon. This is not an extension to auto refresh pages after a certain interval, and nor will that feature be added. There are many extensions in the Chrome store that have that functionality.
Note that the extension uses Match Patterns and not regular URLs. You must have the scheme (http:// or https://) and you must have a path (`www.google.com/` instead of `www.google.com`). To select all URLs that begin with `www.google.com`, the URL pattern would be `*://www.google.com/*`.
This extension was made to speed up development of Chrome extensions. I will probably not be doing any more development on the extension itself except for bug fixes. However, I will be accepting pull requests.
This extension can be download from the Chrome store [here](https://chrome.google.com/webstore/detail/ichaahgapgcnefhnlmpljbjeddohppph).