phaistonian / MyExtensions

Are you an extensions developer? Keep track of your Chrome extensions. Be notified for new comments, ratings and more!
https://chrome.google.com/webstore/detail/igejgfmbjjjjplnnlgnbejpkpdajkblm
52 stars 24 forks source link

Corrupted installation? #25

Closed neocotic closed 12 years ago

neocotic commented 12 years ago

Chrome just updated to the latest version but the files aren't correct. The popup.html and options.html files appear broken (see below) and it appears to still contain, the obsolete and removed background.html file.

popup.html from installation

<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <title>My Extensions</title>
        <style type="text/css" media="all"><!-- @import url("css/css.css"); --></style>
        <script type="text/javascript" src="js/core-lite.js"></script>
        <script type="text/javascript" src="js/core.chrome.js"></script>
        <script type="text/javascript" src="js/core.tablesort.js"></script>
        <script type="text/javascript" src="js/js.js"></script>
        <script type="text/javascript" src="js/popup.js"></script>
    </head>
    <body>
        <div id="wrapper">
            <!-- <h2>My Extensions &rarr; Options</h2> -->
            <div id="table-container"><!-- extensions will be here --></div>
        </div>
    </body>
</html>="table-container"><!-- extensions will be here --></div>

</div>

</body>
</html>

I've checked the versions from the merge and the repository contains a fully working version of MyExtensions, but the one from Chrome web store is corrupt.

Can you confirm that this isn't just me (I've already tried reinstalling it) and check the zip uploaded to the web store? Luckily, the extension still works currently, but ugly broken tags are visible at the bottom of the popup and options pages.

phaistonian commented 12 years ago

That's weird.

Let me re-update the extension.

neocotic commented 12 years ago

This still appears to be happening. Are you seeing the same thing? It might be a problem with my setup, though I'm not sure what would cause this but I am using Chrome beta. Am I correct assuming that you just upload the zipped contents of this repo to the web store?

neocotic commented 12 years ago

Just checked my other machine (also running Chrome beta) and I'm seeing different issues. This time the HTML files are correct but it contains the old versions of some of the JavaScript files. I'll try to install the Stable release again and let you know how I get on.

phaistonian commented 12 years ago

Thanks :)

neocotic commented 12 years ago

Sorry @phaistonian, this appears to have either been a problem with either my installation or Chrome beta. After re-installing Chrome stable release the extension was installed correctly with no issues on both machines.

This is really odd however as I even tried completely uninstalling MyExtensions before installing it again, but it seemed to give me a completely messed up version.

Thanks for re-updating anyway and I appreciate your help with this. I think I'll just use Chrome beta on one machine from now on ;)