+ Reply to Thread
Results 1 to 7 of 7

Thread: Speed Dials for Chrome

  1. #1
    Join Date
    Nov 2008
    Location
    Turgutreis, Bodrum, Turkey
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Speed Dials for Chrome

    Hi, I missed the Opera Speed Dial so after alot of 'Scroogling' I found the following online speed dials.

    http://www.only2clicks.com
    http://www.speedymarks.com/
    http://www.tizmos.com/
    http://safaridial.com/
    http://www.hyperigo.com/
    http://www.myclusta.com/
    http://www.3x3links.com/

    I'm using them all at the moment, only2clicks being my homepage with my main bookmarks on and links to the other Speed Dials.
    As an example I use speedymarks for photo/photo editing sites, Tizmos for Torrent sites. You get the picture.

  2. #2
    Join Date
    Nov 2008
    Location
    Seattle
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Sticking with Google Bookmarks

    Thanks for the speed dials. I tried them all but find them slow and the advertising puts me off. I think I'll wait it out until Chrome implements synchronized bookmarks. For now, it's Google bookmarks for me which are displayed quickly on my iGoogle homepage.

  3. #3
    Join Date
    Nov 2008
    Location
    Turgutreis, Bodrum, Turkey
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I don't see any advertising on any of them - I've got them nicely blocked, sorry you had trouble with the speed, I've not had that problem either - and I've got 10 tabs of dials on only2clicks! I tried Google bookmarks (on iGoogle) but couldn't get along with it - each to our own. Good luck.

  4. #4
    Join Date
    Sep 2008
    Location
    Bangkok
    Posts
    1,259
    Thanks
    0
    Thanked 0 Times in 0 Posts

  5. #5
    Join Date
    Nov 2008
    Location
    Turgutreis, Bodrum, Turkey
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks sulasno that one looks good. I'll try it out properly when I've sorted my main computer out - needs a reformat & install grrrr.

  6. #6
    Join Date
    Sep 2008
    Location
    Bangkok
    Posts
    1,259
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    http://www.homepagestartup.com/ is down grrrrrrr.........................
    and I am looking at http://www.only2clicks.com/

  7. #7
    Join Date
    Apr 2009
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    As userscript:
    Code:
    // ==UserScript==
    // @run-at document-start
    // @name Speed Dial for Chrome
    // @author Lex1
    // @include chrome-ui://newtab/
    // @description Analogue of Opera Speed Dial.
    // @version 0.1
    // ==/UserScript==
    
    (function(){
    var docEle = document.documentElement;
    docEle.style.display='none';
    window.addEventListener('load', function(){
    docEle.innerHTML='<iframe src="http://gcampos.890m.com/my12/indexComp.html" width="100%" height="100%" scrolling="no" frameborder="0"></iframe>';
    docEle.style.display='block';
    }, false);
    })();

+ Reply to Thread

Posting Permissions

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

Search Engine Optimization by vBSEO 3.6.0