Feedly filtering and sorting

Enhance the feedly website with advanced filtering, sorting and more

Feedly filtering and sorting क्या है?

Feedly filtering and sorting Soufiane Sakhi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enhance the feedly website with advanced filtering, sorting and more"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Feedly filtering and sorting एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Features include:
- Multi level sorting: by popularity, by title, by source or by publish date.
- Filtering: Hide the articles that contain at least one of the filtering keywords or by reading time.
- Restricting: Show only articles that contain at least one of the restricting keywords.
- Duplicates checking: Hide, highlight with a color
- Advanced keyword matching: Specify areas to search, searching method (simple, pattern (RegExp), ...)
- Auto load all unread articles at once or by batches (mark as read by batch when there are a lot of unread articles).
- Advanced controls (keep recently published articles unread, ...).
- Pin hot articles to top.
- Import/export all settings from/to file.
- Advanced settings management (Import from / link to an other subscription, sync the settings across all the browser instances).
- Tweak the page (Add buttons to open articles in a new tab, mark as read/unread, ...).
- Add coloring rules to highlight titles
- Auto refresh articles periodically.

Two settings modes are available: 
- Global settings: same settings used for all subscriptions and categories.
- Subscription settings:
  * Subscription and category specific settings
  * The default settings values are the global settings.
  * A group of subscriptions can share the same settings by linking them to the same subscription.

Requirements:
The `Unread Only` option is required to be enabled to support all the features.


The changelog can be found here: https://github.com/soufianesakhi/feedly-filtering-and-sorting/releases

For more info, visit the official page https://github.com/soufianesakhi/feedly-filtering-and-sorting                    

एक्सटेंशन की मूल जानकारी

नाम Feedly filtering and sorting Feedly filtering and sorting
ID anknmaofbemimfabppdffklbfiecikgo
आधिकारिक URL https://chromewebstore.google.com/detail/feedly-filtering-and-sort/anknmaofbemimfabppdffklbfiecikgo
विवरण Enhance the feedly website with advanced filtering, sorting and more
फ़ाइल का आकार 103 KB
स्थापना संख्या 1,167
वर्तमान संस्करण 3.22.33
अंतिम अपडेट 2024-01-25
प्रकाशन तिथि 2020-05-06
रेटिंग 4.81/5 कुल 26 रेटिंग्स
डेवलपर Soufiane Sakhi
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/soufianesakhi/feedly-filtering-and-sorting
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Feedly filtering and sorting",
    "version": "3.22.33",
    "description": "Enhance the feedly website with advanced filtering, sorting and more",
    "icons": {
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "homepage_url": "https:\/\/github.com\/soufianesakhi\/feedly-filtering-and-sorting",
    "author": "Soufiane Sakhi",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/feedly.com\/*"
            ],
            "js": [
                "node-creation-observer.js",
                "jquery.min.js",
                "jscolor.js",
                "feedly-filtering-and-sorting.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/*.png",
        "icons\/*.png",
        "node-creation-observer.js",
        "jquery.min.js"
    ],
    "applications": {
        "gecko": {
            "id": "{a485fc91-0e20-4400-a9d0-bb7fc054a716}",
            "strict_min_version": "48.0"
        }
    }
}