Burl Source Inches To Millimeters
This extension would convert inches into millimeters automagically on the http://burlsource.us
什麼是Burl Source Inches To Millimeters?
Burl Source Inches To Millimeters是由Anton Kudris開發的Chrome擴展程式,該擴展的主要功能是“This extension would convert inches into millimeters automagically on the http://burlsource.us”。
下載Burl Source Inches To Millimeters擴展crx文件
下載Burl Source Inches To Millimeters擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension would convert inches to mm on the http://burlsource.us
擴展基本資訊
名稱 | ![]() |
ID | ccdlbpiakpmcmchggegamofhgpbogfmb |
官方網址 | https://chrome.google.com/webstore/detail/burl-source-inches-to-mil/ccdlbpiakpmcmchggegamofhgpbogfmb |
簡介 | This extension would convert inches into millimeters automagically on the http://burlsource.us |
檔案大小 | 3.98 KB |
安裝次數 | 17 |
目前版本 | 2.2 |
更新時間 | 2014-04-22 |
上架時間 | 2014-04-22 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Anton Kudris |
付費類型 | free |
擴展官網 | https://github.com/jodaka/burl-source-inches2mm |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Burl Source Inches To Millimeters", "description": "This extension would convert inches into millimeters automagically on the http:\/\/burlsource.us", "version": "2.2", "permissions": [ "http:\/\/www.burlsource.us\/*" ], "content_scripts": [ { "matches": [ "http:\/\/www.burlsource.us\/*" ], "js": [ "convert.js" ] } ] } |