This file contains 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
// ==UserScript== | |
// @name Chrome Web App Download | |
// @namespace http://www.getwookie.org/crx | |
// @description Adds download links to the Chrome Web Store so you can get the source code and metadata for Chrome Web Apps | |
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js | |
// ==/UserScript== | |
// By Scott Wilson <[email protected]> | |
// | |
// This script adds a "download.crx" link on the Chrome Web Store when you navigate to an app details page. |