ISBN Express

Allows you to quickly find ISBNs by right-clicking book images.

什麼是ISBN Express?

ISBN Express是由D. VECCHITTO開發的Chrome擴展程式,該擴展的主要功能是“Allows you to quickly find ISBNs by right-clicking book images.”。

擴展截圖

screenshot
screenshot

下載ISBN Express擴展crx文件

下載ISBN Express擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        NEW IN VERSION 2.0: ISBNs display in a small HTML window with the ISBN text auto-selected. All you need to do is press CTRL+C!

ISBN Express allows you to find ISBNs quickly. If you right click any image, "Find ISBN" will appear in the context menu. Clicking "Find ISBN" will search the image URL and attempt to find an ISBN.

If you right click an empty area on a website, you can configure ISBN Express and choose whether or not to display hyphens.                    

擴展基本資訊

名稱 ISBN Express ISBN Express
ID jpldplmfdmohamipcfdpgikofmckofib
官方網址 https://chromewebstore.google.com/detail/isbn-express/jpldplmfdmohamipcfdpgikofmckofib
簡介 Allows you to quickly find ISBNs by right-clicking book images.
檔案大小 53.31 KB
安裝次數 138
目前版本 2.1
更新時間 2016-03-11
上架時間 2016-03-11
評分 4.67/5 共 3 次評分
開發者 D. VECCHITTO
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ISBN Express",
    "description": "Allows you to quickly find ISBNs by right-clicking book images.",
    "version": "2.1",
    "icons": {
        "16": "isbn16.png",
        "48": "isbn48.png",
        "128": "isbn128.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery110min.js",
                "isbns.js"
            ],
            "css": [
                "isbnexp.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "isbnbg.js"
        ]
    },
    "manifest_version": 2
}