This repository was archived by the owner on Dec 10, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.xml
More file actions
23 lines (21 loc) · 1.45 KB
/
config.xml
File metadata and controls
23 lines (21 loc) · 1.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version='1.0' encoding='utf-8'?>
<widget xmlns="http://www.w3.org/ns/widgets" id="extensions:live-page-code" version="1.5">
<name>Live Page Code</name>
<author href="http://my.opera.com/DitherSky/blog/">Dither</author>
<description xml:lang="en">Adds toolbar button for saving page source code with CSS styles and modifications made by scripts and the browser</description>
<description xml:lang="ru">Добавляет кнопку сохранения исходного кода страниц с учётом изменений, сделанных скриптами и браузером</description>
<preference name="saveimages" value="true"/>
<preference name="encodeb64" value="true"/>
<preference name="debugmode" value="false"/>
<icon src="icons/icon.png"/>
<!--<credit>icon.png by iconfinder.com - non-comercial free license.</credit> -->
<license href="http://www.apache.org/licenses/LICENSE-2.0">Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.</license>
</widget>