Coder Social home page Coder Social logo

Comments (6)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 23, 2024

Original comment by [email protected] on 30 Apr 2010 at 12:40

  • Changed state: Accepted
  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

from chrome-reload.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 23, 2024
Issue 16 has been merged into this issue.

Original comment by [email protected] on 21 May 2010 at 5:58

from chrome-reload.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 23, 2024
Firefox achieves this with the Reload Every plugin , but has been crashing 
lately so I tried Chrome, but this isn't helpful if it's going to scroll to the 
top every time, since I'm using it for a network monitoring TV.

Original comment by [email protected] on 14 Dec 2010 at 3:25

from chrome-reload.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 23, 2024
Hi.  I'd like to be a committer to this project.  I've hacked a version that 
includes this very feature.  It grabs your scroll position when you click the 
Reload icon and saves it in the same array that holds the reload time.  Then 
when a reload of the page is complete, it snaps back to that position.

Original comment by [email protected] on 19 Dec 2010 at 9:19

from chrome-reload.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 23, 2024
It would be nice if this was included. 
Keep up the good work.

Original comment by [email protected] on 3 Aug 2011 at 8:45

from chrome-reload.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 23, 2024
A new method reload() was added to chrome.tabs that you can call in the 
doReload function.

Discussion on this here
http://code.google.com/p/chromium/issues/detail?id=91618

Change the function to this to resolve this issue

    function doReload(tab_id) {
        chrome.browserAction.setIcon({path:"icons/KnobLoopOn.png", tabId:tab_id});
        chrome.browserAction.setBadgeText({text:'', tabId:tab_id});

        // need to work out a way to make POST'ed pages reload
        chrome.tabs.reload(tab_id);

    }

Original comment by [email protected] on 24 Mar 2012 at 5:37

from chrome-reload.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.