Sortable Time in Audible Wishlist

Adds a time column to each page of the Audible Wishlist.

Sortable Time in Audible Wishlist क्या है?

Sortable Time in Audible Wishlist mikeserg द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a time column to each page of the Audible Wishlist."।

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

screenshot

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

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

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

                        This sorts items in your Audible Wishlist one page at a time.


Updates
* 1.2.0 Added support for other countries. Sorting no longer fails when removed item is in list. Fixed https page issue.  
* 1.0.3 Fixed bug that caused unavailable items to cause sort to fail.                    

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

नाम Sortable Time in Audible Wishlist Sortable Time in Audible Wishlist
ID monpahacmfchkoipgjeaohfebbofdeio
आधिकारिक URL https://chromewebstore.google.com/detail/sortable-time-in-audible/monpahacmfchkoipgjeaohfebbofdeio
विवरण Adds a time column to each page of the Audible Wishlist.
फ़ाइल का आकार 15.41 KB
स्थापना संख्या 198
वर्तमान संस्करण 1.2.0
अंतिम अपडेट 2017-10-05
प्रकाशन तिथि 2017-10-05
रेटिंग 3.67/5 कुल 3 रेटिंग्स
डेवलपर mikeserg
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/michaelsergio/Sortable-Time-in-Audible-Wishlist
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sortable Time in Audible Wishlist",
    "short_name": "audible sort",
    "version": "1.2.0",
    "manifest_version": 2,
    "description": "Adds a time column to each page of the Audible Wishlist.",
    "author": "Michael Sergio ",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "audible.user.js"
            ],
            "matches": [
                "*:\/\/www.audible.com\/wl*",
                "*:\/\/www.audible.co.uk\/wl*",
                "*:\/\/www.audible.de\/wl*",
                "*:\/\/www.audible.fr\/wl*",
                "*:\/\/www.audible.com.au\/wl*",
                "*:\/\/www.audible.it\/wl*",
                "*:\/\/www.audible.co.jp\/wl*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "*:\/\/www.audible.com\/*",
        "*:\/\/www.audible.co.uk\/wl*",
        "*:\/\/www.audible.de\/wl*",
        "*:\/\/www.audible.fr\/wl*",
        "*:\/\/www.audible.com.au\/wl*",
        "*:\/\/www.audible.it\/wl*",
        "*:\/\/www.audible.co.jp\/wl*"
    ]
}