[Ext]Extension Options Menu/Themes Menu/Addon Update Checker

Announce and Discuss the Latest Theme and Extension Releases.
User avatar
wanderer510
Posts: 43
Joined: June 28th, 2005, 7:20 am

Re: [Ext]Extension Options Menu/Themes Menu/Addon Update Che

Post by wanderer510 »

I have an extension in which i have defined "automatic updates" to be Off. It would be nice to have an option "Do not show notifications for non-auto-update addons".
Neville
Posts: 715
Joined: April 7th, 2008, 1:14 am

Re: [Ext]Extension Options Menu/Themes Menu/Addon Update Che

Post by Neville »

Consistently crashes my OS 10.6.8 - details:

Firefox 45.9 ESR

21/06/2017 11:29:07 firefox[659] *** __NSAutoreleaseNoPool(): Object 0x118d96400 of class NSCFDictionary autoreleased with no pool in place - just leaking

I am surprised that such a simple add-on does this but with it enabled it freezes my OS after about 20 minutes browsing. Disabling the add-on stops the crashes.

I am a retired Engineer with some code experience so would be happy to try some experimental fixes.
User avatar
larc
Posts: 22
Joined: December 26th, 2006, 5:37 pm

Re: [Ext]Extension Options Menu/Themes Menu/Addon Update Che

Post by larc »

Chris, anxious to know if Hide Tab Bar With One Tab will be compatible with Firefox 57 when it's released in late November. I'm running Nightly 57.0a1 now and it shows that add-on as "Legacy."
Larc
Neville
Posts: 715
Joined: April 7th, 2008, 1:14 am

Re: [Ext]Extension Options Menu/Themes Menu/Addon Update Che

Post by Neville »

My interest was to remove or reduce the space taken by tabs. I eventually developed a userChrome.css file with the content below. This dramatically reduces the lost space on my Mac without any add-ons:


@namespace url("http://www.mozilla.org/keymaster/gateke ... s.only.xul");

#titlebar-buttonbox-container { margin: 4px 0 0 4px !important }

#TabsToolbar { margin: -28px 0 0 0 }

.tab-icon-image, .tab-throbber { margin: 0 0 -6px 0 }

.tab-text { padding: 6px 0 0 0; font-size: 12px }

.tab-close-button { padding: 8px 0 0 0 !important }

.tabs-newtab-button { display: none !important }

#nav-bar-customization-target { margin: -9px -20px 0 -9px }

#PanelUI-menu-button { margin: -8px -5px 0 4px !important }

#PersonalToolbar { margin: -9px -2px -4px -9px; font-size: 10px; background: #ddd !important }

window { border: 1px solid black }
User avatar
gracious1
Posts: 37
Joined: April 30th, 2016, 1:36 am

Re: [Ext]Extension Options Menu/Themes Menu/Addon Update Che

Post by gracious1 »

Neville wrote:My interest was to remove or reduce the space taken by tabs. I eventually developed a userChrome.css file with the content below. This dramatically reduces the lost space on my Mac without any add-ons:


@namespace url("http://www.mozilla.org/keymaster/gateke ... s.only.xul");

#titlebar-buttonbox-container { margin: 4px 0 0 4px !important }

#TabsToolbar { margin: -28px 0 0 0 }

.tab-icon-image, .tab-throbber { margin: 0 0 -6px 0 }

.tab-text { padding: 6px 0 0 0; font-size: 12px }

.tab-close-button { padding: 8px 0 0 0 !important }

.tabs-newtab-button { display: none !important }

#nav-bar-customization-target { margin: -9px -20px 0 -9px }

#PanelUI-menu-button { margin: -8px -5px 0 4px !important }

#PersonalToolbar { margin: -9px -2px -4px -9px; font-size: 10px; background: #ddd !important }

window { border: 1px solid black }
Where exactly does this file go?
User avatar
L.A.R. Grizzly
Posts: 5396
Joined: March 15th, 2005, 5:32 pm
Location: Upstate Ohio, USA
Contact:

Re: [Ext]Extension Options Menu/Themes Menu/Addon Update Che

Post by L.A.R. Grizzly »

gracious1 wrote:Where exactly does this file go?
1. Copy the text that Neville posted.
2. Open Notepad or equivalent for a Linux system, and paste the code there. Save the file as userChrome.css (name it exactly, it's case sensitive).
3. Create a folder in your profile folder named chrome.
4. Place your new userChrome.css file into the newly created chrome folder.
5. Close FX and reopen to activate the file.
Win7 Pro SP1 64 Bit
Comodo Internet Security
Pale Moon 33.0.2, Epyrus Mail 2.1.2, Firefox 115.8.0esr, Thunderbird 115.8.1, and SeaMonkey 2.53.18
GCRaistlin
Posts: 3
Joined: September 28th, 2017, 1:37 am

Re: [Ext]Extension Options Menu/Themes Menu/Addon Update Che

Post by GCRaistlin »

Feature request: add the blacklist feature. I don't want to update LastPass to WebExt version till I'll be forced to move to FF 57+. Now I'm forced to disable automatic add-on updates install 'cause the LastPass update is being offered every time in spite of it is set to Off.
User avatar
Frank Lion
Posts: 21173
Joined: April 23rd, 2004, 6:59 pm
Location: ... The Exorcist....United Kingdom
Contact:

Re: [Ext]Extension Options Menu/Themes Menu/Addon Update Che

Post by Frank Lion »

GCRaistlin wrote:Feature request: add the blacklist feature
It already exists. Click 'More' on an extension and set the individual update preference there.
"The only thing necessary for the triumph of evil, is for good men to do nothing." - Edmund Burke (attrib.)
.
User avatar
Endor
Posts: 146
Joined: January 17th, 2008, 8:03 am
Location: Somewhere in Space

Re: [Ext]Extension Options Menu/Themes Menu/Addon Update Che

Post by Endor »

Add-on Update Checker
Will this add-on be ported to web-extension or will this die?
Firefox 57 comes soon.
Cheers
Endor
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0
OS: Windows 7 Home Premium - My Versions Info
GCRaistlin
Posts: 3
Joined: September 28th, 2017, 1:37 am

Re: [Ext]Extension Options Menu/Themes Menu/Addon Update Che

Post by GCRaistlin »

Frank Lion wrote:
GCRaistlin wrote:Feature request: add the blacklist feature
It already exists. Click 'More' on an extension and set the individual update preference there.
I noticed Items not to check field right after I'd posted the message here :oops: .
User avatar
MarkRH
Posts: 1358
Joined: September 12th, 2007, 2:30 am
Location: Edmond, OK
Contact:

Re: [Ext]Extension Options Menu/Themes Menu/Addon Update Che

Post by MarkRH »

After looking for an updated Extension Options Menu, I decided just to create a bookmark folder called "Ext Options" on my bookmark toolbar and just added bookmarks to the option pages for the ones I used the most. Works just as well.
Pret1934
Posts: 3
Joined: November 15th, 2017, 10:32 pm

Re: [Ext]Extension Options Menu/Themes Menu/Addon Update Che

Post by Pret1934 »

Will this addon get ported for WebExtention?
nohamelin
Posts: 96
Joined: September 3rd, 2013, 4:04 pm
Location: Chile

Re: [Ext]Extension Options Menu/Themes Menu/Addon Update Che

Post by nohamelin »

Some bits about WebExtensions compatibility:

* Addon Update Checker: not possible at all. Zero available APIs related. A few Google Chrome APIs used at least to notify when installed add-ons were updated aren't available in Firefox, so running a Chrome extension as Extensions Update Notifier is not possible either. I don't know if Chris filled in bugzilla some requests about it; now that AMO push add-on updates without a previous human review (ugh) there is a new reason to support it.

* Extension Options Menu: probably it's possible, but with ugly limitations. It looks it's posible to figure the full url of the options page of the installed add-ons, but these can be open only in a new tab, not inside the Add-ons Manager, as for most of add-ons design it. If Mozilla decide at last to let to WE add-ons to link to specific views of the about:* pages, then this addon could be ported in a good form.
I don't know if there are related Chrome add-ons that can be tested in Firefox.

I don't know about the rest of Chris' add-ons.
User avatar
WildcatRay
Posts: 7484
Joined: October 18th, 2007, 7:03 pm
Location: Columbus, OH

Re: [Ext]Extension Options Menu/Themes Menu/Addon Update Che

Post by WildcatRay »

If memory serves, Chris is simply moving on. The changes that Mozilla has brought to Firefox evidently removed any desire on his part to continue making extensions.
Ray

OS'es: 4 computers with Win10 Pro 64-bit; Current Firefox, Beta, Nightly, Chrome, Vivaldi
Pret1934
Posts: 3
Joined: November 15th, 2017, 10:32 pm

Re: [Ext]Extension Options Menu/Themes Menu/Addon Update Che

Post by Pret1934 »

Well that really sucks now. So no alternative is possible ? Somebody else can't continue the development?
Post Reply