mirror of
https://github.com/fergalmoran/chrometophone.git
synced 2025-12-22 01:30:25 +00:00
Opera to Phone v1.3.3
This commit is contained in:
4
third_party/operatophone/config.xml
vendored
4
third_party/operatophone/config.xml
vendored
@@ -1,8 +1,8 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<widget xmlns="http://www.w3.org/ns/widgets" id="https://addons.opera.com/addons/extensions/details/opera-to-phone/" version="1.3.2">
|
||||
<widget xmlns="http://www.w3.org/ns/widgets" id="https://addons.opera.com/addons/extensions/details/opera-to-phone/" version="1.3.3">
|
||||
<name>Opera to Phone</name>
|
||||
<access origin="https://chrometophone.appspot.com"/>
|
||||
<icon src="icon_64.png"/>
|
||||
<icon src="icon_64x64.png"/>
|
||||
<license>Copyright 2010 Rich Tibbett
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
|
||||
BIN
third_party/operatophone/icon.png
vendored
BIN
third_party/operatophone/icon.png
vendored
Binary file not shown.
|
Before Width: | Height: | Size: 405 B |
BIN
third_party/operatophone/icon_18x18.png
vendored
Normal file
BIN
third_party/operatophone/icon_18x18.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 515 B |
|
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 4.6 KiB |
2
third_party/operatophone/index.html
vendored
2
third_party/operatophone/index.html
vendored
@@ -7,7 +7,7 @@
|
||||
var UIItemProperties = { // options for the button
|
||||
disabled: false,
|
||||
title: "Opera to Phone",
|
||||
icon: "icon.png",
|
||||
icon: "icon_18x18.png",
|
||||
popup: {
|
||||
href: 'popup.html',
|
||||
width: "320px",
|
||||
|
||||
2
third_party/operatophone/popup.html
vendored
2
third_party/operatophone/popup.html
vendored
@@ -93,7 +93,7 @@ window.addEventListener("load", loadHandler, false);
|
||||
<body>
|
||||
<table>
|
||||
<tr>
|
||||
<td valign="top" width="48px"><img src="/icon_64.png" width="48px" height="48px" style="margin-right: 4px;"/></td>
|
||||
<td valign="top" width="48px"><img src="/icon_64x64.png" width="48px" height="48px" style="margin-right: 4px;"/></td>
|
||||
<td valign="middle">
|
||||
<b><div id="msg">Sending to phone...</div></b>
|
||||
<p><a id="help" href="#">Help</a> <span id="sep" style="visibility:hidden;">|</span>
|
||||
|
||||
Reference in New Issue
Block a user