Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 30

This is a discussion on CustomNewTab v0.4 within the Chrome Plugins section, part of the Google Chrome category: Display = none will only hide the content of the markup. It will not remove it. That's what I already ...


  1. #11
    Kyrax is offline Senior Member
    Join Date
    Apr 2009
    Location
    Qc, Canada
    Posts
    495

    Default

    Display = none will only hide the content of the markup. It will not remove it. That's what I already do.. it doesn't change the page's layout.

    The main problem here is that the newtab page is created dynamically. It loads up content and adds it to the page as you visit it. If I remove completely a section of the page, when content is going to be added, It won't work and you'll end up getting errors in the page's script.

  2. #12
    Waha's Avatar
    Waha is offline Senior Member
    Join Date
    Apr 2009
    Location
    Oregon
    Posts
    788

    Default

    Well, I meant to still remove the content as you're doing, then just set it to display none to collapse the div.
    I tested it out by adding
    Code:
    theDiv.style.display="none";
    to function hideDiv(divName) and it seems to work perfectly for the bookmarks at least, didn't test it with anything else.

    EDIT: Oh I see, the display seems to be reset to block when you add a new bookmark. How odd. ^^;
    ~ Projects ~
    Specialized: Carapass Auction Watcher, Kongregate Chat
    Libraries: bliplib
    Tools: manifest syntax highlighting & snippits
    ~ Happy to make extensions for pay too ;D ~
    Portfolio: Search and Share

  3. #13
    DAGG is offline Junior Member
    Join Date
    Apr 2009
    Posts
    18

    Default

    Hi is there any way to change the name "bpadoikgkkpmocgnhmkipbchigggjnje" to "CustomNewTab" ? on the extensions folder. Just to know a bit easy what extension is. If i manually change it the extension doesnt load on google chrome so i have no idea how to do it hehe

  4. #14
    devilslackey is offline Moderator
    Join Date
    May 2009
    Location
    Orange County
    Posts
    330

    Default

    It won't work because that random bunch of characters is the extensions public ID, which I don't think can be changed.

  5. #15
    Kyrax is offline Senior Member
    Join Date
    Apr 2009
    Location
    Qc, Canada
    Posts
    495

    Default

    I discussed this with Aaron Boodman [ http://groups.google.com/group/chrom...2b18292c480805 ] and he said it probably won't be possible.

    What will eventually be possible however is to place buttons inside the Wrench menu.
    I will place an hyperlink to the dashboard inside the wrench menu which will take you to the dashboard. The URL won't be displayed anywhere and you will never hear of blselrkejrqkjerkj again.

  6. #16
    Waha's Avatar
    Waha is offline Senior Member
    Join Date
    Apr 2009
    Location
    Oregon
    Posts
    788

    Default

    Quote Originally Posted by Kyrax View Post
    I discussed this with Aaron Boodman [ http://groups.google.com/group/chrom...2b18292c480805 ] and he said it probably won't be possible.

    What will eventually be possible however is to place buttons inside the Wrench menu.
    I will place an hyperlink to the dashboard inside the wrench menu which will take you to the dashboard. The URL won't be displayed anywhere and you will never hear of blselrkejrqkjerkj again.
    For now, if you wanted, you could make your extension add a bookmark to the dashboard on start-up if there isn't one already there.
    ~ Projects ~
    Specialized: Carapass Auction Watcher, Kongregate Chat
    Libraries: bliplib
    Tools: manifest syntax highlighting & snippits
    ~ Happy to make extensions for pay too ;D ~
    Portfolio: Search and Share

  7. #17
    devilslackey is offline Moderator
    Join Date
    May 2009
    Location
    Orange County
    Posts
    330

    Default

    Plz don't. I hate bookmarks I don't need. I have never changed a setting in the config since the first release.

  8. #18
    StevePaul's Avatar
    StevePaul is offline Senior Member
    Join Date
    Mar 2009
    Location
    Birmingham, England
    Posts
    1,522

    Default

    @Dagg ...

    Previous to this latest update to extension support you used to be able to rename the extension and it stilll worked ...

    Guess they'll get round to sorting this out in some future release :-)

  9. #19
    Kyrax is offline Senior Member
    Join Date
    Apr 2009
    Location
    Qc, Canada
    Posts
    495

    Default

    I'm pretty sure you will not be able to rename the directories again.

    This is all because of the private key system that makes sure that whatever extension you are using, it's published by it's owner.

  10. #20
    StevePaul's Avatar
    StevePaul is offline Senior Member
    Join Date
    Mar 2009
    Location
    Birmingham, England
    Posts
    1,522

    Default

    Yeh, I can understand that ...

    I've just been having a mess about and realised that the extensions are installed alphabetically by the extension id (the alphanumeric one).

    So as long as you sort your extensions folder alphabetically you don't have a problem identifying which extension is which ...

    Happy days :-D

    PS - Where does that name come from?

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. CustomNewTab v0.2 now available !
    By Kyrax in forum Chrome Plugins
    Replies: 123
    Last Post: 06-26-2009, 04:49 AM
  2. CustomNewTab v0.3
    By Kyrax in forum Chrome Plugins
    Replies: 3
    Last Post: 06-15-2009, 01:48 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •