ISBN Converter
Convert 13 Digit ISBN to 10 Digit and vice versa
ISBN Converterとは何ですか?
ISBN Converterはsaviosterによって開発されたChromeの拡張機能で、その主な機能は「Convert 13 Digit ISBN to 10 Digit and vice versa」です。
ISBN Converter拡張機能のCRXファイルをダウンロード
ISBN Converter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This tool can be used to convert ISBN 10 to 13 or vice versa.
拡張機能の基本情報
名前 | 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 |
Eメール | [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\/" ] } |