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