MAL it!
Search for your highlighted words on MyAnimeList
MAL it!คืออะไร?
MAL it! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.chrisgregori.co.uk และคุณลักษณะหลักของมันคือ "Search for your highlighted words on MyAnimeList"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MAL it!
ดาวน์โหลดไฟล์ส่วนขยาย MAL it! ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A lightweight extension for your browser that lets you search MyAnimeList for highlighted text.
Ever see a list of anime names but can't be bothered to manually open a tab and start searching for information? Just highlight the anime name and right-click to MAL it! ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | pjdgiiaakebiogakdnccbohgnbkndnjn |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/mal-it/pjdgiiaakebiogakdnccbohgnbkndnjn |
| คำอธิบาย | Search for your highlighted words on MyAnimeList |
| ขนาดไฟล์ | 8.29 KB |
| จำนวนการติดตั้ง | 499 |
| เวอร์ชันปัจจุบัน | 1.0 |
| อัปเดตครั้งล่าสุด | 2014-08-07 |
| วันที่เผยแพร่ | 2014-08-07 |
| คะแนน | 4.68/5 รวมทั้งหมด 19 คะแนน |
| ผู้พัฒนา | https://www.chrisgregori.co.uk |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "MAL it!",
"version": "1.0",
"manifest_version": 2,
"description": "Search for your highlighted words on MyAnimeList",
"icons": {
"16": "icon16.png",
"128": "icon128.png"
},
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"default_locale": "en",
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"permissions": [
"contextMenus"
]
} | |