Floor tile calculator
This app calculate the number of tiles needed and price for given room
O que é Floor tile calculator?
Floor tile calculator é uma extensão do Chrome desenvolvida por LorX, e sua principal característica é "This app calculate the number of tiles needed and price for given room".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Floor tile calculator
Baixe arquivos de extensão Floor tile calculator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Floor tile calculator is your premier companion in your floor tile shopping. - Quickly and easily calculate the number of tiles needed to cover a particular area. - Estimate the total price based on a tile's unit price. - Intelligent algorithm converts between units automatically! - Area to cover in yards,feet,inches,m and cm. - Tile dimension in cm or inches.
Informações Básicas da Extensão
Nome | Floor tile calculator |
ID | ihafjbnnbfgfkkldcddnlmgbikfgpnco |
URL Oficial | https://chromewebstore.google.com/detail/floor-tile-calculator/ihafjbnnbfgfkkldcddnlmgbikfgpnco |
Descrição | This app calculate the number of tiles needed and price for given room |
Tamanho do Arquivo | 14.31 KB |
Contagem de Instalações | 53 |
Versão Atual | 1.5.4 |
Última Atualização | 2017-07-10 |
Data de Publicação | 2017-07-10 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | LorX |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.5.4", "description": "__MSG_appDesc__", "default_locale": "en", "short_name": "Floor tile calculator", "author": "Lorina Tsivinirana", "browser_action": { "default_title": "__MSG_appAction__", "default_popup": "popup.html", "default_icon": "icons\/icon16.png" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "manifest_version": 2 } |