Ants
A life-changing productivity hack
ما هو Ants؟
Ants هو إضافة Chrome تم تطويرها بواسطة maxwell.oliver.white، والميزة الرئيسية لها هي "A life-changing productivity hack".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Ants
قم بتنزيل ملفات الامتداد Ants بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
| البريد الإلكتروني | [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
} | |