על מנת לנסות את אלפי התוספות הזמינות כאן, הורידו את Mozilla Firefox, דרך מהירה וחופשית לגלוש ברשת!

סגירה

ברוכים הבאים לתוספות של Firefox.

ניתן לבחור מבין אלפי תכונות וסגנונות נוספים כדי להתאים את Firefox לטעמך.

סגירה

בדרכים?

מומלץ לבקר באתר התוספות לנייד שלנו.

סגירה

Noitidart

על עצמי

מידע על המפתח
שם Noitidart
מיקום San Jose
דף הבית http://noitidart.github.io/
משתמש מאז ספט' 3, 2010
מספר התוספות שנוצרו תוספת אחת
דירוג ממוצע של התוספות של המפתח דירוג 4 מתוך 5 כוכבים

פרטים נוספים

I am all about FF Addon Dev and helping others with their dev. At my website you can find addon dev resources (@Gists), my addons in progress (@GitHub), and how to reach me for help (@StackOverflow).

תוספות שיצרתי

DevPrefs

Automatically sets all preferences for Firefox addon developer production environment.

טרם דורג
משתמש אחד

הסקירות שלי

EmojiT - Emoji Panel for Twitter

דירוג 5 מתוך 5 כוכבים

Very cool - I would recommend the smilie `Icon--smileRating5Fill` instead of the current one. It matches more. Is this addon for Firefox only? If so I would love to provide a pull request with some ideas.

סקירה זו מתייחסת לגרסה קודמת של התוספת (1.91.2). 

FreeBSD Manual Pages

דירוג 5 מתוך 5 כוכבים

Wow this is amazing. I do a bunch of js-ctypes to use native platform APIs, so this is really amazing. Thank you!

Config Descriptions

דירוג 5 מתוך 5 כוכבים

Super nice idea, it would be nice if it can support all config keys. Maybe via a wiki like mozillazine has.

Profile Buttons

דירוג 5 מתוך 5 כוכבים

I haven't tested this, but thanks for making this. I created the addon Profilist - and have linked to this addon from there because users have asked me about a button in the browser to access profiles, I don't have plans for that, so this is a great alternative (if it works).

Fox Web Security

דירוג 5 מתוך 5 כוכבים

I installed this on my siblings computers. This is a wonderful tool thank you for it! It's effective for those kids that inadvertently get epxosed to it - so the kids that are not wanting to get to bad stuff this helps to just keep it off their mind. But if someone wants to disable it they can get around it.

סקירה זו מתייחסת לגרסה קודמת של התוספת (1.02). 

Torrent Tornado

דירוג 5 מתוך 5 כוכבים

This is the greatest addon ever. Is it possible to make all the work happen in a ChromeWorker? Because it noticebly lags out my browser. Like hovering over links and stuff takes a while to recognize. I just reformatted my computer, and only thing on it is Firefox and TorrentTornado so i'm sure its TT. (not using e10s right now)

סקירה זו מתייחסת לגרסה קודמת של התוספת (2.11).  למשתמש זה יש סקירה קודמת לתוספת זו.

KDE5 Wallet password integration

דירוג 5 מתוך 5 כוכבים

Thanks very much for reply Guillermo! It seems masterpassword addon uses DBus from js-ctypes to tap into KWallet - https://addons.mozilla.org/en-US/firefox/files/browse/359914/file/lib/dbus.js#L21 - does that not allow us to use full power of KWallet?

There is a jscpp-types which is just some code we can drop into our addons - https://github.com/ochameau/jscpptypes - would you be able to use this to bypass the .SO file? I am super eager to see someone use js-ctypes to use C++ stuff on Linux. I did it on Windows with COM here - https://developer.mozilla.org/en-US/docs/Mozilla/js-ctypes/Examples/Using_COM_from_js-ctypes - if you have sometime and could try to use this to do KWallet with no .SO I would be so so interested to see that! I would document/blog about it :P If you get a chance may you please try? :) haha


------------
> Thank you
> by Guillermo Molina (Developer) on November 22, 2015 · permalink · translate
>
> Thank you but js-ctypes works only with C, not C++:
>
> "Note: js-ctypes only works with C libraries; you can't use C++ methods directly. Instead, you'll need to create a shim library that uses C functions that then call into the C++ library for you. Examples can be found here: Bugzilla :: Bug 505907 - Support C++ calling from JSctypes"
>
> And AFAIK there is no C interface for kwallet, cheers.
>
> ------------------------------
> > 5 STARS
> > by Noitidart on November 22, 2015 · permalink · translate
> >
> > This is a very cool addon. You use a native .SO file and tap into it with js-ctypes.
> >
> > There is an addon here that bypasses the .SO file and uses the platform API directly with js-ctypes. You might find it interesting. I mentioned it because I'm hoping the two you authors can get togather and have some synergy :) To make an even cooler experience. :)
> >
> > Here is the addon: https://addons.mozilla.org/en-US/firefox/addon/masterpassword-firefox/

סקירה זו מתייחסת לגרסה קודמת של התוספת (1.0).  למשתמש זה יש סקירה קודמת לתוספת זו.

KDE5 Wallet password integration

דירוג 5 מתוך 5 כוכבים

This is a very cool addon. You use a native .SO file and tap into it with js-ctypes.

There is an addon here that bypasses the .SO file and uses the platform API directly with js-ctypes. You might find it interesting. I mentioned it because I'm hoping the two you authors can get togather and have some synergy :) To make an even cooler experience. :)

Here is the addon: https://addons.mozilla.org/en-US/firefox/addon/masterpassword-firefox/

סקירה זו מתייחסת לגרסה קודמת של התוספת (1.0). 

Paste to Tab and Go

דירוג 5 מתוך 5 כוכבים

Wow fantastic I needed an addon that would paste & go to new tab so made it myself and was uploading it to AMO then came across this. My addon is seriously low tech 15minute whip up. But it uses localization of the browse itself so i dont need to provide my own. But it also shows the"Paste &Go - new tab" item when you click anywhere on the tab strip, could you please add that feature to this addon, I love your idea of "paste to specific tab" and go i might find that useful too, but i definitely need the "paste and go in new tab" available in a right click anywhere in the tab strip.

Edit: wow i just downloaded this and it works exactly as i wanted!! Super cool, no need for my addon. But would be nice if this was restartless :) And man the "paste and go to new background tab" in url bar is so useful!!

Edit edit: Ah it needs to obey the shift key with respect to browse setting for focus: https://github.com/Noitidart/Paste-Go-with-New-Tab/blob/master/bootstrap.js#L28-L42 (except for the "paste and go to new bg tab" that shows in urlbar right click, that should always load in background tab, because if i wanted a new tab i would have right clicked just a couple centimeters over :P

Edit edit edit: when i click on a tab i only see "paste to this tab and go" i need the "paste to new tab and go" too please. Becuase i have so many tabs i have no whitespace in tab bar to click on :( I would love to collaborate with you on this to make it restartless and land these features. And fully localized :)

ShuFu Privacy

דירוג 5 מתוך 5 כוכבים

Totally awesome! Great GUI, better then the default GUI! With added perk of superb security! Thanks!

סקירה זו מתייחסת לגרסה קודמת של התוספת (0.2.2-2). 

ChatZilla

דירוג 5 מתוך 5 כוכבים

Can we get an option to open this in a tab, i would love to have this as a pinned tab. Currently i do that with mibbit but on every startup i have to manually join all my regular channels.

סקירה זו מתייחסת לגרסה קודמת של התוספת (0.9.92). 

Select like a Boss

דירוג 5 מתוך 5 כוכבים

The move up/down to drag while STILL allowing the move left/right to select is just absolutely BRILLIANT!!! Utterly brilliant!! Wish this was Firefox only. Discovered this thanks to the gHacks article about it.

סקירה זו מתייחסת לגרסה קודמת של התוספת (2015.2.15.1-signed.1-signed). 

FastPrevNext

דירוג 5 מתוך 5 כוכבים

Fantastic I haven't found a site yet where it fails in the smart detection of going to the actual next or previous page. Awesome! Please add hotkey support.

סקירה זו מתייחסת לגרסה קודמת של התוספת (9.1-signed). 

Torrent Tornado

דירוג 5 מתוך 5 כוכבים

What an excellent add-on idea! I've been wanting one of these for a long time as I can't really trust what's out there to be ad-free etc. Will use this and let you know how it works!

סקירה זו מתייחסת לגרסה קודמת של התוספת (1.01.1-signed). 

TabSubmit

דירוג 5 מתוך 5 כוכבים

i cant believe firefox hasn't built this feature in yet

ramadan_ol_karim

דירוג 5 מתוך 5 כוכבים

Very simple and pretty. Thanks. Ramadan Kareem!

DOM Inspector

דירוג 5 מתוך 5 כוכבים

Please add link to "Element Inspector" add-on, it allows Shift + Right clicking any element and it brings it up in this DOM Inspector. This "Element Inspector" makes DOM inspector so so powerful, especially for hover and pop up elements.

סקירה זו מתייחסת לגרסה קודמת של התוספת (2.0.14.1-signed.1-signed).  למשתמש זה יש סקירה קודמת לתוספת זו.

Addons Manager Hilite

דירוג 5 מתוך 5 כוכבים

When you have so many add-ons this thing is awesome. Especially because by default it's sorted by enabled/disabled. And this has an option to go alpha only. But I like the enabled/disabled, so this higlight feature comes in way handy. Especially for add-on devs.

Fetaure request: When it rehighlights can you also make it try to remember the scroll position as best as possible?

סקירה זו מתייחסת לגרסה קודמת של התוספת (2.1.1.1-signed). 

TLDR: Too Long Didn't Read

דירוג 5 מתוך 5 כוכבים

Very very interesting how this works. I'm using it and reading the article both full and condensed, will report back if the condensed version captures all the important parts.

I really like the summarize certain part of a page, it's great!

I especially like how when you change from long to medium or short it tries to maintain the same position it was scrolled at. Nice job guys!

סקירה זו מתייחסת לגרסה קודמת של התוספת (2.1.2.1-signed.1-signed). 

Menu Filter

דירוג 4 מתוך 5 כוכבים

This is a very interesting addon.

It would be useful though if you could have stats. Like our usage of different items in the menu. This will help me on filtering easily. And would be cool too to help me customize it.

סקירה זו מתייחסת לגרסה קודמת של התוספת (5.1-signed).