A simple Chrome extension to access hotel.dev (https://github.com/typicode/hotel)
Last active
March 9, 2016 00:30
-
-
Save wtfaremyinitials/8ba037c8a5fb0f326b53 to your computer and use it in GitHub Desktop.
Chrome extension for hotel.dev
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'use strict'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<iframe width="340" frameBorder="0" src="http://hotel.dev"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"manifest_version": 2, | |
"name": "hotel.dev", | |
"description": "hotel.dev button", | |
"version": "1.0", | |
"browser_action": { | |
"default_icon": "icon.png", | |
"default_popup": "frame.html" | |
}, | |
"permissions": ["tabs"], | |
"background": { "scripts": ["bg.js"] } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment