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 |
| 公式URL | 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 |
| Eメール | [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
} | |