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开发的Chrome扩展程序,该扩展的主要功能是“Adds a time column to each page of the Audible Wishlist.”。

扩展截图

screenshot

下载Sortable Time in Audible Wishlist扩展crx文件

下载Sortable Time in Audible Wishlist扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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*"
    ]
}