Giter Club home page Giter Club logo

speed-dial-chrome's People

Contributors

asherglick avatar heavensrevenge avatar j3nda avatar waffleau avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

speed-dial-chrome's Issues

Vertical centering bug

Use latest version and Iron 32 - a Chrome 32 derivate and have the vertical centering bug.

vertical centering bug

favicons

Hello Jan,
Thank you and your colleagues for this extension!
The thumbnails don't all load.
This is a problem for me especially that my dials don't have a title in order to take as little space possible in the favorites bar (I move them in and out of the favorite bar according to my needs).
Is it possible to display favicons instead of thumbnails?
Jean-François

Load previously synced data failes: Cannot read property 'forEach' of undefined

I've set up Simple Speed Dial yesterday on a PC. Now I want to sync the configuration to another PC. But the Speed Dial page is empty and the Developer Console says:

Error in response to bookmarks.getSubTree: TypeError: Cannot read property 'forEach' of undefined
    at Object.callback (chrome-extension://gpdpldlbafdmhlmcdllcjgoigmpjonfc/javascript/newtab.js:101:21)
    at createSpeedDial (chrome-extension://gpdpldlbafdmhlmcdllcjgoigmpjonfc/javascript/newtab.js:98:19)
    at HTMLDocument.<anonymous> (chrome-extension://gpdpldlbafdmhlmcdllcjgoigmpjonfc/javascript/newtab.js:206:2)

I looked into newtab.js line 101: node is an array with one element: the first bookmark in the defined bookmarks folder. And this element (node[0]) has no children property.

EDIT:
The synced folderId is "99" but the currect folderId is "96". Maybe the IDs are changing on different computers.

Show Configuration Gear & Solution

I do not like having the Configuration Gear always in my face on that tab. I could have just added a css to hide the options

, but that would have only been for me. This is more a contribution than a personal edit.

I changed these files common.js, newtab.js, options.js, and options.html with my edited lines of code.

common.js edit edit by finding this line of code

defaultStorage("show_folder_list", "true");

then add these lines above it

// RB start common.js edit to show or not the options gear
defaultStorage("options", "true");
// RB finis common.js edit to show or not the options gear

newtab.js edit edit by finding this line of code

loadSetting($("#folder_list"), localStorage["show_folder_list"]);

then add these lines above it

// RB start newtab.js edit to show or not the options gear
loadSetting($("#options"), localStorage["options"]);
// RB finis newtab.js edit to show or not the options gear

options.js edit by finding this line of code

$("#show_folder_list").prop("checked", (localStorage["show_folder_list"] === "true"));

then add these lines above it

// RB start options.js edit to show or not the options gear
$("#options").prop("checked", (localStorage["options"] === "true"));
// RB finis options.js edit to show or not the options gear

options.html edit by finding these lines of code

Show [+] button

then add these lines above it

Show Configuration Gear

This is off by Default, and can be used freely long as credit is given and my comment lines are kept in tact. The options gear could also be adjusted for size, but I didn't feel like messing with the code that much. I hope everyone can make us of the updates if they would like to manually edit the files.

Keep up the great extension. Opera based on presto will be missed.

RB

Add ability to change folder drop-down list to all presented horizontal list

Add ability to change folder drop-down list to all presented horizontal list like
https://addons-media.operacdn.com/media/CACHE/images/extensions/15/168115/3.1.2-rev1/images/1076fea0a3048961542d7711c4a7c4f7/5d64aa64c6f2b3ea9caac5bfb5819966.jpeg

Use case - I have home bookmark folder and work one. But for work I'd like to have several folders (for one for each project) and simple navigate between them. Drop-down is not great ux solution for it

thumbnails

It seems to me that there is an internet connection required for showing the thumbnails. Why? Where are they stored?

Licence and Contributions

I cant seem to find a licence file for this project. I would like to help out with this project and a licence file would be very helpful to contributors.

This webpage is not available Less The webpage at chrome-extension://gpdpldlbafdmhlmcdllcjgoigmpjonfc/newtab.html might be temporarily down or it may have moved permanently to a new web address. Error code: ERR_FAILED

I had this app. now it seemed to disappear ??? comes back & now i no longer see it, i love it. Now it shows i have to add it again. each time i try & readd it. I GET CHECKING - RELOAD - TIMED OUT ETC/ ??? WHAT HAPPENed to the one i already had? Please shed so light on me. I had many things on my speed dial. i miss it Please let me know what i can do to get the one back with all my bookmarks etd. Thanks,

Extension Simple Speed Dial +free

I had this app. now it seemed to disappear ??? comes back & now i no longer see it, i love it. Now it shows i have to add it again. each time i try & readd it. I GET CHECKING - RELOAD - TIMED OUT ETC/ ??? WHAT HAPPENed to the one i already had? Please shed so light on me. I had many things on my speed dial. i miss it Please let me know what i can do to get the one back with all my bookmarks etd. Thanks,

multilanguage ETA?

Hello,
I wanted to use the extension for my grandma, as she does not seem to understand the concept of bookmarks at all, but liked the speed dial when she used Opera on her Android.
But the extension must support her native language to do so. I see it is mentioned in the TODO. I can promise to translate to 1 language when it is done. What's the ETA for this feature?
Thanks.

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.