tomtom / shelve

Firefox addon: filename templates to quickly save web pages

Home Page:https://addons.mozilla.org/en-US/firefox/addon/8282

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

* Shelve

** Install from GIT

There are two options: Build the extension and install it:

    #Code syntax=sh <<--
    ./build.sh
    --

Use the extension in place:

    #Code syntax=sh <<--
    # Save the full file name in your extensions directory:
    cat SHELVE_GIT_DIR > YOUR_FIREFOX_PROFILE/extensions/shelve@thomas.link
    --


** Extension Wizard

#Quote <<----------------------
This extension was generated by the Extension Wizard at
http://ted.mielczarek.org/code/mozilla/extensionwiz/ .
This extension is compatible only with Firefox 1.5 and
above.  Most of the files in this package are based on
the 'helloworld' extension from the Mozillazine Knowledge Base.

You can build an XPI for installation by running the
build.sh script located in this folder.  For development
you should do the following:
  1. Unzip the entire contents of this package to somewhere,
           e.g, c:\\dev or /home/user/dev
  2. Put the full path to the folder (e.g. c:\\dev\\shelve on Windows, 
     /home/user/dev/shelve on Linux) in a file named shelve@thomas.link 
     and copy that file to [your profile folder]\\extensions\\
  3. Restart Firefox.

For more information, see the Mozillazine Knowledge Base:
http://kb.mozillazine.org/Getting_started_with_extension_development

-Ted Mielczarek <ted.mielczarek@gmail.com>
----------------------

** License

Version: MPL 1.1/GPL 2.0/LGPL 2.1

The contents of this file are subject to the Mozilla Public License 
Version 1.1 (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.mozilla.org/MPL/

Software distributed under the License is distributed on an "AS IS" 
basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the 
License for the specific language governing rights and limitations under 
the License.

The Original Code is Shelve.

The Initial Developer of the Original Code is Tom Link. Portions 
created by the Initial Developer are Copyright (C) 2008 the Initial 
Developer. All Rights Reserved.

Alternatively, the contents of this file may be used under the terms of 
either the GNU General Public License Version 2 or later (the "GPL"), or 
the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), 
in which case the provisions of the GPL or the LGPL are applicable 
instead of those above. If you wish to allow use of your version of this 
file only under the terms of either the GPL or the LGPL, and not to 
allow others to use your version of this file under the terms of the 
MPL, indicate your decision by deleting the provisions above and replace 
them with the notice and other provisions required by the GPL or the 
LGPL. If you do not delete the provisions above, a recipient may use 
your version of this file under the terms of any one of the MPL, the GPL 
or the LGPL.


% vi: ft=viki:tw=72:ts=4

About

Firefox addon: filename templates to quickly save web pages

https://addons.mozilla.org/en-US/firefox/addon/8282


Languages

Language:JavaScript 87.9%Language:HTML 9.1%Language:Shell 2.1%Language:CSS 0.9%