chrome web store crx download link

    @@ -5,6 +5,7 @@ */ // http://stackoverflow.com/questions/7184793/how-to-download-a-crx-file-from-the-chrome-web-store-for-a-given-id +// http://0-9.tumblr.com/post/52782603407/chrome-extension-development-casual (function () { id = location.pathname.split('/').pop();
  • /*
     * @title chrome web store crx download link
     * @include https://chrome.google.com/webstore/
     * @license MIT License
     */
    
    // http://stackoverflow.com/questions/7184793/how-to-download-a-crx-file-from-the-chrome-web-store-for-a-given-id
    // http://0-9.tumblr.com/post/52782603407/chrome-extension-development-casual
    
    (function () {
      id = location.pathname.split('/').pop();
      u = 'http://clients2.google.com/service/update2/crx?response=redirect&x=id%3D' + id + '%26uc%26lang%3Den-US&prod=chrome';
      prompt('link', u);
    })()
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2013/06/13 12:51:04 - 2013-06-13
  2. 2013/06/13 12:31:36 - 2013-06-13
  3. 2013/06/13 12:30:52 - 2013-06-13