ISBN Express

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

ISBN Expressคืออะไร?

ISBN Express เป็นส่วนขยายของ Chrome ที่พัฒนาโดย D. VECCHITTO และคุณลักษณะหลักของมันคือ "Allows you to quickly find ISBNs by right-clicking book images."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ISBN Express

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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
}