Πρόσθετα προγράμματος περιήγησης Firefox
  • Επεκτάσεις
  • Θέματα
    • για το Firefox
    • Λεξικά και πακέτα γλωσσών
    • Άλλα προγράμματα περιήγησης
    • Πρόσθετα για Android
Σύνδεση
Εικονίδιο προσθέτου

Ιστορικό εκδόσεων του FathomFox - 22 εκδόσεις

FathomFox από Erik Rose, Daniel Hertenstein

Βαθμολογία 5 από 5
5 αστέρια από 5
5
1
4
0
3
0
2
0
1
0
Ιστορικό εκδόσεων του FathomFox - 22 εκδόσεις
  • Προσέξτε τις παλιές εκδόσεις! Αυτές οι εκδόσεις εμφανίζονται για δοκιμές και σκοπούς αναφοράς.Θα πρέπει πάντα να χρησιμοποιείτε την πιο πρόσφατη έκδοση ενός προσθέτου.

  • Πιο πρόσφατη έκδοση

    Έκδοση 3.7.1

    Κυκλοφόρησε στις 10 Σεπ 2020 - 199,05 KB
    Λειτουργεί με firefox 42.0 και νεότερα
    Fix "An unexpected error has occurred" while vectorizing in recent versions of Firefox.

    Ο πηγαίος κώδικας εκδόθηκε υπό την άδεια Mozilla Public License 2.0

    Θα χρειαστείτε το Firefox για να χρησιμοποιήσετε αυτήν την επέκταση
    Λήψη Firefox και απόκτηση επέκτασης
    Λήψη αρχείου
  • Παλαιότερες εκδόσεις

    Έκδοση 3.6.0

    Κυκλοφόρησε στις 25 Ιουν 2020 - 198,42 KB
    Λειτουργεί με firefox 42.0 και νεότερα
    * Make Vectorizer concurrency customizable.
    * Remove Retry checkbox from Vectorizer. We automatically do the right thing now.

    Ο πηγαίος κώδικας εκδόθηκε υπό την άδεια Mozilla Public License 2.0

    Λήψη αρχείου
  • Έκδοση 3.5.0

    Κυκλοφόρησε στις 1 Ιουν 2020 - 195,42 KB
    Λειτουργεί με firefox 42.0 και νεότερα
    Record prematurely pruned elements. This bumps the vector version number to 2, which means previous versions of the commandline tools will not understand these new vector files.

    Ο πηγαίος κώδικας εκδόθηκε υπό την άδεια Mozilla Public License 2.0

    Λήψη αρχείου
  • Έκδοση 3.4.1

    Κυκλοφόρησε στις 15 Μαϊ 2020 - 195,42 KB
    Λειτουργεί με firefox 42.0 και νεότερα
    * Have the Evaluator skip over `about:` tabs that used to crash it with permission problems.

    Ο πηγαίος κώδικας εκδόθηκε υπό την άδεια Mozilla Public License 2.0

    Λήψη αρχείου
  • Έκδοση 3.4

    Κυκλοφόρησε στις 1 Μαϊ 2020 - 195,34 KB
    Λειτουργεί με firefox 42.0 και νεότερα
    * When the Retry checkbox is checked in the Vectorizer, it now retries only errors it thinks are transient. This means you don’t have to wait 200 seconds for your syntax errors to bubble to the fore if you forget to uncheck Retry.
    * Make vectorType optional if it’s the same as the trainee ID.

    Ο πηγαίος κώδικας εκδόθηκε υπό την άδεια Mozilla Public License 2.0

    Λήψη αρχείου
  • Έκδοση 3.3

    Κυκλοφόρησε στις 25 Φεβ 2020 - 252,1 KB
    Λειτουργεί με firefox 42.0 και νεότερα
    • The Vectorizer now operates in parallel, resulting in large speed gains.
    • Merge fathom-trainees info FathomFox. This makes fewer repos to clone, fewer addons to install, and fewer build processes to babysit for ruleset authors. It also means a simpler FathomFox with less message passing.
    • The Vectorizer now shows an error message when a scoring callback returns undefined. This helps catch certain common mistakes:
      • A name mismatch between the name value passed into a rule and the name of the rule in the list of [ruleName, coefficient] pairs referenced in the ruleset
      • A scoring callback failing to return a number
      • Corner cases in DOM or CSSOM routines, e.g. innerText returning null instead of the empty string in Firefox
    • Add isTarget hook to trainees to customize what the Vectorizer considers a target.
    • Automatically add a slash to the end of the Vectorizer base URL if there isn't one.

    Ο πηγαίος κώδικας εκδόθηκε υπό την άδεια Mozilla Public License 2.0

    Λήψη αρχείου
  • Έκδοση 3.2

    Κυκλοφόρησε στις 16 Αυγ 2019 - 150,81 KB
    Λειτουργεί με firefox 48.0 και νεότερα
    * Freezing pages now takes only 1/7 as long, thanks to an upgrade to the freeze-dry library.
    * There's now a keyboard shortcut for freezing the current page: command-shift-O. This lets you capture hover states.
    * The original URL of each frozen page is now preserved in an HTML attribute.
    * Rather than always defaulting to 1024x768 for the Viewport Size in the Vectorizer, pull the default from the `viewportSize` of the selected trainee.
    * Remove obsolete Trainer, pieces of which now remain solely as an Evaluator, for debugging rulesets.

    Ο πηγαίος κώδικας εκδόθηκε υπό την άδεια Mozilla Public License 2.0

    Λήψη αρχείου
  • Έκδοση 3.1

    Κυκλοφόρησε στις 24 Μαϊ 2019 - 91,68 KB
    Λειτουργεί με firefox 48.0 και νεότερα
    * Add an Evaluate button to the Trainer, useful for ruleset debugging.
    * Add a Base URL field to the Vectorizer, which saves a lot of find-and-replacing on page filenames.
    * Add a Retry On Error checkbox to the Vectorizer so retrying can be disabled during ruleset debugging.
    * Document Vectorizer.

    Ο πηγαίος κώδικας εκδόθηκε υπό την άδεια Mozilla Public License 2.0

    Λήψη αρχείου
  • Έκδοση 3.0

    Κυκλοφόρησε στις 26 Μαρ 2019 - 86,57 KB
    Λειτουργεί με firefox 48.0 και νεότερα
    * Switch to Fathom 3. This requires a fathom-trainees fork based on tag 3.0 or
    later. Equivalently, you can make these changes:
    * Switch to specifying coefficients as a Map instead of an Array. If you
    don't want to name your rules, Fathom will auto-name them `_0`, `_1`, etc.,
    in order of appearance in the ruleset.
    * The `rulesetMaker` function no longer takes any params. In Fathom 3, all
    weighting is done internal to the framework.
    * All rules should return a value between 0 and 1, representing a confidence.
    * Add the Vectorizer tool, which exports feature vectors for optimization with
    Fathom 3's external tool.
    * Fix additional causes of duplicate downloads when using the Corpus Collector
    on recent versions of Firefox. I think they're really all gone now.

    Ο πηγαίος κώδικας εκδόθηκε υπό την άδεια Mozilla Public License 2.0

    Λήψη αρχείου
  • Έκδοση 2.3.1

    Κυκλοφόρησε στις 12 Φεβ 2019 - 82,62 KB
    Λειτουργεί με firefox 48.0 και νεότερα
    Fix Corpus Collector spewing extra bullet points, closing the wrong tabs, downloading duplicates, and generally misbehaving in recent Firefox versions (e.g. 65).

    Ο πηγαίος κώδικας εκδόθηκε υπό την άδεια Mozilla Public License 2.0

    Λήψη αρχείου
  • Έκδοση 2.3

    Κυκλοφόρησε στις 15 Νοε 2018 - 82,16 KB
    Λειτουργεί με firefox 48.0 και νεότερα
    * Clicking a good/bad cell now takes you to that sample's tab and, in the case of a bad cell, indicates which element was wrongly selected, which is invaluable for debugging. Identifying the element requires a fathom-trainees fork that pulls in Fathom 2.8. If you have a custom success function, you must also add a third param to it and scribble a ``badElement`` property on the received object.
    * Add a Pause button to the Trainer. This is useful while on battery power or to take the load off Firefox's JS thread so the dev tools can run quickly.

    Ο πηγαίος κώδικας εκδόθηκε υπό την άδεια Mozilla Public License 2.0

    Λήψη αρχείου
  • Έκδοση 2.2

    Κυκλοφόρησε στις 6 Νοε 2018 - 81,43 KB
    Λειτουργεί με firefox 48.0 και νεότερα
    * Make viewport size customizable during capture.
    * Bump default freeze delay from 0 to 1. This avoids many dead-object errors during bulk capture.
    * Limit length of tags in devtools panel so they don't make it unusably wide.
    * Focus the new label field after inspecting an element and switching to the Fathom devtools panel. This makes for faster entry.

    Ο πηγαίος κώδικας εκδόθηκε υπό την άδεια Mozilla Public License 2.0

    Λήψη αρχείου
  • Έκδοση 2.1

    Κυκλοφόρησε στις 10 Οκτ 2018 - 81,07 KB
    Λειτουργεί με firefox 48.0 και νεότερα
    Add computation of a 95% confidence interval for accuracy, using binomial proportion confidence intervals.

    Ο πηγαίος κώδικας εκδόθηκε υπό την άδεια Mozilla Public License 2.0

    Λήψη αρχείου
  • Έκδοση 2.0

    Κυκλοφόρησε στις 5 Οκτ 2018 - 80,75 KB
    Λειτουργεί με firefox 48.0 και νεότερα
    * Support customizable viewport sizes.
    * Stop using `traineeCoeffs` message in favor of `trainee`, which is more future-proof. This requires a fathom-trainees fork based on d93bc593a08f6503d137df4d35ce2a2bc6b93b6e or later. Please merge in from fathom-trainees' latest master.

    Ο πηγαίος κώδικας εκδόθηκε υπό την άδεια Mozilla Public License 2.0

    Λήψη αρχείου
  • Έκδοση 1.3

    Κυκλοφόρησε στις 25 Σεπ 2018 - 80,72 KB
    Λειτουργεί με firefox 48.0 και νεότερα
    * Re-saving frozen pages should now be idempotent most of the time.
    * Solve some causes of Corpus Collector freezing.
    * Add progress reporting during freezing.
    * Use the hostname as a download filename in the absence of a user-provided one.
    * Use standard Photon menus for the toolbar button (since the stylesheets have now been documented).

    Ο πηγαίος κώδικας εκδόθηκε υπό την άδεια Mozilla Public License 2.0

    Λήψη αρχείου
  • Έκδοση 1.2.2

    Κυκλοφόρησε στις 31 Αυγ 2018 - 91,08 KB
    Λειτουργεί με firefox 48.0 και νεότερα, android 48.0 έως 68.*
    Fix bug where some inspected elements would yield merely "false" in the Fathom dev panel.

    Ο πηγαίος κώδικας εκδόθηκε υπό την άδεια Mozilla Public License 2.0

    Λήψη αρχείου
  • Έκδοση 1.2.1

    Κυκλοφόρησε στις 31 Αυγ 2018 - 91 KB
    Λειτουργεί με firefox 48.0 και νεότερα, android 48.0 έως 68.*
    Fix a packaging problem that was causing the dev panel not to work, due to a missing copy of the Simmer library.

    Ο πηγαίος κώδικας εκδόθηκε υπό την άδεια Mozilla Public License 2.0

    Λήψη αρχείου
  • Έκδοση 1.2

    Κυκλοφόρησε στις 30 Αυγ 2018 - 81,77 KB
    Λειτουργεί με firefox 48.0 και νεότερα, android 48.0 έως 68.*
    Add a decent UI to the devtools panel. Now you can see what you've labeled!

    Ο πηγαίος κώδικας εκδόθηκε υπό την άδεια Mozilla Public License 2.0

    Λήψη αρχείου
  • Έκδοση 1.1.1

    Κυκλοφόρησε στις 31 Ιουλ 2018 - 79,31 KB
    Λειτουργεί με firefox 48.0 και νεότερα, android 48.0 έως 68.*
    Fix a bug where the Save button on the devtools panel wouldn't do anything unless an element was inspected.

    Ο πηγαίος κώδικας εκδόθηκε υπό την άδεια Mozilla Public License 2.0

    Λήψη αρχείου
  • Έκδοση 1.1

    Κυκλοφόρησε στις 18 Ιουλ 2018 - 79,25 KB
    Λειτουργεί με firefox 48.0 και νεότερα, android 48.0 έως 68.*
    * Add Trainer.
    * Switch from npm to yarn.

    Ο πηγαίος κώδικας εκδόθηκε υπό την άδεια Mozilla Public License 2.0

    Λήψη αρχείου
  • Έκδοση 1.0.1

    Κυκλοφόρησε στις 13 Ιουν 2018 - 39,34 KB
    Λειτουργεί με firefox 48.0 και νεότερα, android 48.0 έως 68.*
    * Fix the "No matching message handler" errors when downloading using the Corpus Collector.
    * Switch from webpack to rollup.

    Ο πηγαίος κώδικας εκδόθηκε υπό την άδεια Mozilla Public License 2.0

    Λήψη αρχείου
  • Έκδοση 1.0.0

    Κυκλοφόρησε στις 13 Μαρ 2018 - 43,17 KB
    Λειτουργεί με firefox 48.0 και νεότερα, android 48.0 έως 68.*

    Ο πηγαίος κώδικας εκδόθηκε υπό την άδεια Mozilla Public License 2.0

    Λήψη αρχείου
Μετάβαση στην αρχική σελίδα της Mozilla

Πρόσθετα

  • Σχετικά
  • Blog προσθέτων Firefox
  • Εργαστήριο επεκτάσεων
  • Κέντρο προγραμματιστών
  • Πολιτικές προγραμματιστών
  • Blog κοινότητας
  • Φόρουμ
  • Αναφορά σφάλματος
  • Οδηγίες κριτικής

Προγράμματα περιήγησης

  • Desktop
  • Mobile
  • Enterprise

Προϊόντα

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Twitter (@firefox)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Απόρρητο
  • Cookie
  • Νομικά

Εκτός από τα μέρη όπου αναφέρεται διαφορετικά, το περιεχόμενο του ιστοτόπου υπόκειται στην άδεια Creative Commons Attribution Share-Alike License v3.0 ή τυχόν νεότερες εκδόσεις.