Skip to content

Instantly share code, notes, and snippets.

@scottbw
scottbw / Chrome web store download script
Created January 31, 2011 10:08
This script adds a "download.crx" link on the Chrome Web Store when you navigate to an app details page.
// ==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.