mirror of
https://github.com/MatMoul/quickdial-webext.git
synced 2024-12-23 15:36:12 +00:00
Cleannig
This commit is contained in:
parent
846f887b53
commit
4b68a80a9b
@ -1,9 +1,4 @@
|
|||||||
{
|
{
|
||||||
"extensionName": {
|
|
||||||
"message": "Quick Dial",
|
|
||||||
"description": "Name of the extension."
|
|
||||||
},
|
|
||||||
|
|
||||||
"extensionDescription": {
|
"extensionDescription": {
|
||||||
"message": "Quick Dial, new tab page.",
|
"message": "Quick Dial, new tab page.",
|
||||||
"description": "Description of the extension."
|
"description": "Description of the extension."
|
||||||
|
@ -1,9 +1,4 @@
|
|||||||
{
|
{
|
||||||
"extensionName": {
|
|
||||||
"message": "Quick Dial",
|
|
||||||
"description": "Name of the extension."
|
|
||||||
},
|
|
||||||
|
|
||||||
"extensionDescription": {
|
"extensionDescription": {
|
||||||
"message": "Quick Dial, page nouvel onglet.",
|
"message": "Quick Dial, page nouvel onglet.",
|
||||||
"description": "Description of the extension."
|
"description": "Description of the extension."
|
||||||
|
@ -1 +0,0 @@
|
|||||||
|
|
@ -1,9 +0,0 @@
|
|||||||
<html>
|
|
||||||
<head>
|
|
||||||
<title>test</title>
|
|
||||||
<script type="text/javascript" src="/js/test.js"></script>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<iframe id="IFrame" style="width: 600px; height: 400px"></iframe>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
@ -1,11 +0,0 @@
|
|||||||
window.onload = function (){
|
|
||||||
var url = 'https://www.matmoul.ch/';
|
|
||||||
var xmlHttp = new XMLHttpRequest();
|
|
||||||
xmlHttp.timeout = 2000;
|
|
||||||
xmlHttp.open('GET', url, true);
|
|
||||||
xmlHttp.onload = function(){
|
|
||||||
var iframe = document.getElementById('IFrame');
|
|
||||||
iframe.contentWindow.document.write(xmlHttp.responseText.replace('<head>', '<head><base href="' + url + '">'));
|
|
||||||
}
|
|
||||||
xmlHttp.send(null);
|
|
||||||
}
|
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
|
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "__MSG_extensionName__",
|
"name": "Quick Dial",
|
||||||
"version": "0.0.5",
|
"version": "0.0.5",
|
||||||
|
|
||||||
"description": "__MSG_extensionDescription__",
|
"description": "__MSG_extensionDescription__",
|
||||||
@ -27,10 +27,6 @@
|
|||||||
"newtab": "dial"
|
"newtab": "dial"
|
||||||
},
|
},
|
||||||
|
|
||||||
"options_ui": {
|
|
||||||
"page": "options.html"
|
|
||||||
},
|
|
||||||
|
|
||||||
"applications": {
|
"applications": {
|
||||||
"gecko": {
|
"gecko": {
|
||||||
"id": "quickdial@matmoul.com",
|
"id": "quickdial@matmoul.com",
|
||||||
|
Loading…
Reference in New Issue
Block a user