ISBN Converter

Convert 13 Digit ISBN to 10 Digit and vice versa

ISBN Converterคืออะไร?

ISBN Converter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย savioster และคุณลักษณะหลักของมันคือ "Convert 13 Digit ISBN to 10 Digit and vice versa"

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

ดาวน์โหลดไฟล์ส่วนขยาย ISBN Converter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This tool can be used to convert ISBN 10 to 13 or vice versa.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ISBN Converter ISBN Converter
ID njkhlpdhcnmmlhiojeediimibdjcgaak
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/isbn-converter/njkhlpdhcnmmlhiojeediimibdjcgaak
คำอธิบาย Convert 13 Digit ISBN to 10 Digit and vice versa
ขนาดไฟล์ 5.83 KB
จำนวนการติดตั้ง 123
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2015-06-03
วันที่เผยแพร่ 2015-06-02
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา savioster
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ISBN Converter",
    "description": "Convert 13 Digit ISBN to 10 Digit and vice versa",
    "version": "1.3",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "event.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}