Boukken
The extension is targeted towards anime, manga and novel lovers. This is a supplementary application to https://boukken.com.
Boukkenคืออะไร?
Boukken เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://boukken.com และคุณลักษณะหลักของมันคือ "The extension is targeted towards anime, manga and novel lovers. This is a supplementary application to https://boukken.com."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Boukken
ดาวน์โหลดไฟล์ส่วนขยาย Boukken ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
But that should not stop you from using it as it can be used as a simple bookmarking tool with a bit of extra functionalities than the default bookmarks that chrome provides. Such as: • Make lists • Share the lists with your friends • Search trough the lists • Add items to the list • Save the chapter to where you have read • Save the link to where the item is located • Everything you do is stored to your account so it does not matter weather you use the extension or any of the other apps, you will always have access to your lists. Of course as long as you remember your account Website: https://boukken.com
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | cnlkpceelbfjjnmohcpmimppibaikihi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/boukken/cnlkpceelbfjjnmohcpmimppibaikihi |
คำอธิบาย | The extension is targeted towards anime, manga and novel lovers. This is a supplementary application to https://boukken.com. |
ขนาดไฟล์ | 2.59 MB |
จำนวนการติดตั้ง | 31 |
เวอร์ชันปัจจุบัน | 5.3.3 |
อัปเดตครั้งล่าสุด | 2023-06-16 |
วันที่เผยแพร่ | 2020-07-04 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | https://boukken.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://boukken.com/ |
URL หน้าช่วยเหลือ | https://boukken.com/ |
URL หน้านโยบายความเป็นส่วนตัว | https://boukken.com/privacy |
ภาษาที่รองรับ | en,bg |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "5.3.3", "content_security_policy": "script-src 'self' 'sha256-ZZu1h5IfTcxc\/30wDOmrFVwhgnPHF1i7lxjMysdraAk=' https:\/\/www.google-analytics.com https:\/\/www.gstatic.com https:\/\/apis.google.com https:\/\/*.firebaseio.com; object-src 'self'", "browser_action": { "default_icon": "icon128x128.png", "default_popup": "index.html" }, "icons": { "16": "icon16x16.png", "48": "icon48x48.png", "128": "icon128x128.png" }, "permissions": [ "tabs", "bookmarks" ] } |