Ants
A life-changing productivity hack
什麼是Ants?
Ants是由maxwell.oliver.white開發的Chrome擴展程式,該擴展的主要功能是“A life-changing productivity hack”。
擴展截圖
下載Ants擴展crx文件
下載Ants擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Have you ever looked at a webpage filled with text and wished there were way fewer words ... and way more ants? We've been there, and we've got you covered. 擴展基本資訊
| 名稱 | |
| ID | dkedeomphfmenkbcpcnkhpkkhiillaka |
| 官方網址 | https://chromewebstore.google.com/detail/ants/dkedeomphfmenkbcpcnkhpkkhiillaka |
| 簡介 | A life-changing productivity hack |
| 檔案大小 | 5.78 MB |
| 安裝次數 | 103 |
| 目前版本 | 2.0 |
| 更新時間 | 2023-04-17 |
| 上架時間 | 2018-04-16 |
| 評分 | 5.00/5 共 3 次評分 |
| 開發者 | maxwell.oliver.white |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/DuckBrothers/Antz |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Ants",
"description": "A life-changing productivity hack",
"version": "2.0",
"permissions": [
"tabs",
"scripting"
],
"action": {
"default_title": "ReadySetGo",
"default_icon": ".\/img\/bugKiller.png",
"default_popup": "hello.html"
},
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"web_accessible_resources": [
{
"resources": [
"img\/*"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"manifest_version": 3
} | |