Flickr Fixr

Makes Flickr almost awesome - while waiting for SmugMug to fully fix it ;-)

Τι είναι το Flickr Fixr;

Το Flickr Fixr είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://rockland.dk, και η κύρια λειτουργία του είναι "Makes Flickr almost awesome - while waiting for SmugMug to fully fix it ;-)".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Flickr Fixr

Λήψη αρχείων επέκτασης Flickr Fixr σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        A multi-feature extension to fix some annoyances, make Flickr more "explorative" and bring back some lost features...

The major features:

1) Album-teaser column on photostreams.

Puts a column featuring albums on every photographer's frontpage (photostream). The 10 first albums as sorted in Flickr Organizer are shown in this column.

2) Direct tag-links to same photographer's photos.

When hovering the mouse over a photo-tag, Flick Fixr adds an extra link in tags, pointing to the same photographer's similar tagged photos.

3) Links to album-map and album-comments.

Adds two extra links in "album headers". One link pointing to a map with current album's photos, and another link pointing to the old hidden/forgotten page with album comments, which also is a great page for reading long album descriptions.

4) Highlight geotagged photo on associated map + Google Maps link.

Makes sure geoposition of photo is highlighted when following link to Flickr Map from a geotagged photo. Plus, on the photopage for a geotagged photo, also adds a link to show geoposition of photo directly on Google Maps.

5) Top-pagination for fast an easy navigation.

Are you annoyed by having to scroll to the bottom of photostreams for pagination? Flickr Fixr adds a pagination-bar above the streams for fast and easy navigation. But because the pager-bar sometimes gets pretty wide and might overlap other icons or dropdowns also placed right above the photostream, the top-pager is hidden until you hover your mouse over the center-area right above the photostream. The top-pager is available on photostreams, albumpages, favorite collections, ("beta experience") group pools and on the Explore page.

6) Explore Calendar and Recent Uploads.

On the Explore page, Flickr Fixr adds a link to the hidden/forgotten Explore Calendar and to a page showing some of the latest uploads to Flickr. A little warning regarding the latest uploads though; Even though Safe Search is activated on that page, you risk seeing stuff you might have preferred not to see.

7) Extra top menu items.

Adds Tags, Collections and Map items to both the user ("You" dropdown) and the photographer menus (menu bar).

8)  Better date & time info on photopages

Emphasis of Taken Date instead of Upload Date. Adding Replaced Date when it is  detected. And full timestamp on Taken and Upload dates also available via mouseover.

9) Show available newsfeeds.

When a newsfeed is detected on a page, an orange feed-icon is added as link to this. The feed-icons are added in upper right corner of pages. Works both on pages on the main flickr.com site and on the blogs on blog.flickr.net and code.flickr.net.

10) Set speed of slideshows

Via Flickr Fixr's Options page you can set the number of seconds each image are to be shown when running a slideshow on Flickr. Flickr's (normally fixed) duration is 5 seconds pr. image, but Flickr Fixr allow you to set duration to any number between 1 and 60 seconds pr. image.

More info about Flickr Fixr in the Flickr Hacks forum:
https://www.flickr.com/groups/flickrhacks/discuss/72157655601688753/

Have an awesome time on Flickr :-)


/Stig
https://www.flickr.com/photos/stignygaard/                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Flickr Fixr Flickr Fixr
ID ledhkkpililplmmfcfnhkgifmcnboonb
Επίσημο URL https://chromewebstore.google.com/detail/flickr-fixr/ledhkkpililplmmfcfnhkgifmcnboonb
Περιγραφή Makes Flickr almost awesome - while waiting for SmugMug to fully fix it ;-)
Μέγεθος Αρχείου 109 KB
Αριθμός Εγκαταστάσεων 1,436
Τρέχουσα Έκδοση 2.3.1
Τελευταία Ενημέρωση 2023-11-06
Ημερομηνία Δημοσίευσης 2020-06-22
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://rockland.dk
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/StigNygaard/Stigs_Flickr_Fixr
Διεύθυνση URL της Σελίδας Βοήθειας https://www.flickr.com/groups/flickrhacks/discuss/72157655601688753/
URL της Σελίδας Πολιτικής Απορρήτου https://rockland.dk/userscript/privacypolicy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Flickr Fixr",
    "short_name": "Flickr Fixr",
    "description": "Makes Flickr almost awesome - while waiting for SmugMug to fully fix it ;-)",
    "version": "2.3.1",
    "author": "Stig Nygaard",
    "homepage_url": "https:\/\/github.com\/StigNygaard\/Stigs_Flickr_Fixr",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.flickr.com\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'none'"
    },
    "icons": {
        "16": "icons\/fr16.png",
        "32": "icons\/fixr32.png",
        "48": "icons\/fixr48.png",
        "64": "icons\/fixr64.png",
        "96": "icons\/fixr96.png",
        "128": "icons\/fixr128.png",
        "256": "icons\/fixr256.png"
    },
    "action": [],
    "applications": {
        "gecko": {
            "strict_min_version": "115.0"
        }
    },
    "minimum_chrome_version": "109.0",
    "minimum_edge_version": "109.0",
    "minimum_opera_version": "95.0",
    "background": {
        "service_worker": "background\/flickr_fixr.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.flickr.com\/*",
                "*:\/\/*.flickr.net\/*"
            ],
            "exclude_matches": [
                "*:\/\/api.flickr.com\/*",
                "*:\/\/identity.flickr.com\/*",
                "*:\/\/*.flickr.com\/signin\/*",
                "*:\/\/*.flickr.com\/signup\/*",
                "*:\/\/*.flickr.com\/account\/*"
            ],
            "js": [
                "options\/options.js",
                "Stigs_Flickr_Fixr.user.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "inject\/timeout.js"
            ],
            "matches": [
                "https:\/\/*.flickr.com\/*"
            ]
        }
    ],
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true
    }
}