Page 3 of 5 FirstFirst 12345 LastLast
Results 21 to 30 of 43

This is a discussion on Drag and Drop within the Chrome Plugins section, part of the Google Chrome category: Originally Posted by pcki11 could it be translated to english? it seems to be a useful extension, but it searches ...


  1. #21
    ducktape's Avatar
    ducktape is offline Senior Member
    Join Date
    Apr 2009
    Location
    Oregon
    Posts
    213

    Default

    Quote Originally Posted by pcki11 View Post
    could it be translated to english?
    it seems to be a useful extension, but it searches only on google.cn =) maybe the preferred search engine could be set in options?
    If you want it so search google.com, just go to C:\Users\UserNameGoesHere\AppData\Local\Google\Chrome\User Data\Default\Extensions\efpmngkgleogihnncnapggoecominiih\1.2.1. And find the file named "dragngo", open it with notepad, and you'll see this:
    function cancel (e)
    {
    if (e.preventDefault)
    {
    e.preventDefault ();
    }
    return false;
    }

    document.addEventListener ('dragover', cancel, false);
    document.addEventListener ('dragenter', cancel, false);

    document.addEventListener ('drop', function (e)
    {
    // stops the browser from redirecting off to the text.
    if (e.preventDefault) e.preventDefault ();

    var link = e.dataTransfer.getData('Text');
    if (link.indexOf ('http://') < 0)
    {
    link = 'http://www.google.cn/search?aq=f&ie=UTF-8&q=' + link;
    }
    //open port to dragngo extension
    var port = chrome.extension.connect('dragngo');

    //send drag event data text
    port.postMessage({message: 'tab', values: link});
    return false;
    });
    Change the google.cn to google.com and save the file (over write the current one). And reload, and you got a english google search. Oh and to change the search engine. Replace "http://www.google.cn/search?aq=f&ie=UTF-8&q=" and add one of the following:
    List Of Search Engines:
    Youtube: http://www.youtube.com/results?search_type=&search_query=
    Amazon: http://www.amazon.com/s/ref=nb_ss_gw?url=search-alias%3Daps&field-keywords=
    Google: http://www.google.com/search?aq=f&ie=UTF-8&q=
    Google Images: http://images.google.com/images?hl=en&q=
    Google Maps: http://maps.google.com/maps?q=
    Wikipedia: http://en.wikipedia.org/w/index.php?title=Special:Search&search=
    Wolfram Aplha: http://www79.wolframalpha.com/input/?i=
    Last edited by ducktape; 08-24-2009 at 10:22 PM.

  2. #22
    pumpman's Avatar
    pumpman is offline Senior Member
    Join Date
    May 2009
    Location
    Australia
    Posts
    155

    Default

    This afternoon i will update it with no text in the toolbar and make the config page more understandable
    ..

  3. #23
    pumpman's Avatar
    pumpman is offline Senior Member
    Join Date
    May 2009
    Location
    Australia
    Posts
    155

    Default

    Ok, here is the version with only the image and a (hopefully) more understandable config page
    please let me know if there is an easier way to word the config page
    Attached Files Attached Files
    ..

  4. #24
    sulasno's Avatar
    sulasno is offline Super Moderator
    Join Date
    Sep 2008
    Location
    Bangkok
    Posts
    1,759

    Default

    had to uninstall previous version before installing updated version

    Select the newly dragged page - Open link to new tab
    Open newly dragged page next to current tab - Open link next to current tab

    is it possible to add some colour to the icon?

  5. #25
    pumpman's Avatar
    pumpman is offline Senior Member
    Join Date
    May 2009
    Location
    Australia
    Posts
    155

    Default

    Here is the extension with sulasno suggestions

    Edit~
    What colours would you want in it?
    Attached Files Attached Files
    ..

  6. #26
    sulasno's Avatar
    sulasno is offline Super Moderator
    Join Date
    Sep 2008
    Location
    Bangkok
    Posts
    1,759

    Default

    any colour except blue :-)

    got enough of blue icons on the toolstrip

  7. #27
    pumpman's Avatar
    pumpman is offline Senior Member
    Join Date
    May 2009
    Location
    Australia
    Posts
    155

    Default

    Have a choose from these colours or suggest better
    ..

  8. #28
    sulasno's Avatar
    sulasno is offline Super Moderator
    Join Date
    Sep 2008
    Location
    Bangkok
    Posts
    1,759

    Default

    let's see what others think :-)

  9. #29
    pumpman's Avatar
    pumpman is offline Senior Member
    Join Date
    May 2009
    Location
    Australia
    Posts
    155

    Default

    deal
    ..

  10. #30
    regsvr32 is offline Junior Member
    Join Date
    Jul 2009
    Posts
    5

    Default

    this is the best link for download:http://www.webmou.com/download/Drag+and+Go

Page 3 of 5 FirstFirst 12345 LastLast

Similar Threads

  1. Drag highlighted link
    By Mastrgamr in forum Chrome Talk
    Replies: 0
    Last Post: 01-09-2009, 10:49 PM
  2. Drag and Drop Tabs From Firefox to Google Chrome
    By Chrome in forum Chrome Tips & Tricks
    Replies: 2
    Last Post: 12-17-2008, 11:49 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
  •