Quick Tools
Quick Tools are a set of useful tools such as calculators and converters to make things easier.
什麼是Quick Tools?
Quick Tools是由1337hashedbrowns開發的Chrome擴展程式,該擴展的主要功能是“Quick Tools are a set of useful tools such as calculators and converters to make things easier.”。
擴展截圖
下載Quick Tools擴展crx文件
下載Quick Tools擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Quick Tools is an extension that includes simple tools with easy access. It includes a calculator, a text replacer/formatter and a notepad with more to come! It also saves all of the text and options!
Currently in beta, so please do report bugs! 擴展基本資訊
| 名稱 | |
| ID | kelhbmhhdglbippaedleoijldkolkhdp |
| 官方網址 | https://chromewebstore.google.com/detail/quick-tools/kelhbmhhdglbippaedleoijldkolkhdp |
| 簡介 | Quick Tools are a set of useful tools such as calculators and converters to make things easier. |
| 檔案大小 | 20.06 KB |
| 安裝次數 | 30 |
| 目前版本 | 1.0.2 |
| 更新時間 | 2021-05-21 |
| 上架時間 | 2021-05-19 |
| 開發者 | 1337hashedbrowns |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Quick Tools",
"version": "1.0.2",
"description": "Quick Tools are a set of useful tools such as calculators and converters to make things easier.",
"author": "TheSavageTeddy",
"permissions": [
"storage",
"unlimitedStorage"
],
"browser_action": {
"default_popup": "html\/menu.html",
"default_title": "Quick Tools"
},
"icons": {
"128": "app\/quick-tools-icon-128.png"
},
"offline_enabled": true,
"manifest_version": 2
} | |