Nightowls.Ninja
The official extension of Nightowls.ninja, save your bookmarks, share them on Nightowls.ninja
Nightowls.Ninjaคืออะไร?
Nightowls.Ninja เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.nightowls.ninja และคุณลักษณะหลักของมันคือ "The official extension of Nightowls.ninja, save your bookmarks, share them on Nightowls.ninja"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Nightowls.Ninja
ดาวน์โหลดไฟล์ส่วนขยาย Nightowls.Ninja ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A Must-Have Tool for developers for Tech Content Curation. Imagine a blend of tools like Twitter/Pocket/Feedly with only tech content that matters. This browser extension allows you to add bookmarks into your Nightowls.Ninja account.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | pgokepnoggjaemeiceflapldbhjbgalm |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/nightowlsninja/pgokepnoggjaemeiceflapldbhjbgalm |
คำอธิบาย | The official extension of Nightowls.ninja, save your bookmarks, share them on Nightowls.ninja |
ขนาดไฟล์ | 1.12 MB |
จำนวนการติดตั้ง | 22 |
เวอร์ชันปัจจุบัน | 0.0.6 |
อัปเดตครั้งล่าสุด | 2019-07-05 |
วันที่เผยแพร่ | 2019-07-02 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | https://www.nightowls.ninja |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.nightowls.ninja |
URL หน้าช่วยเหลือ | https://www.nightowls.ninja/support |
URL หน้านโยบายความเป็นส่วนตัว | http://www.nightowls.ninja/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Nightowls.Ninja", "version": "0.0.6", "manifest_version": 2, "description": "The official extension of Nightowls.ninja, save your bookmarks, share them on Nightowls.ninja", "icons": { "16": "icons\/icon-16.png", "128": "icons\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "activeTab", "storage", "http:\/\/*\/*", "https:\/\/*\/*", "notifications" ], "options_ui": { "page": "options.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.nightowls.ninja\/browserext\/install\/confirm", "https:\/\/dev.nightowls.ninja\/browserext\/install\/confirm" ], "js": [ "scripts\/taketoken.js" ], "run_at": "document_end", "all_frames": false } ], "browser_action": { "default_icon": { "19": "icons\/icon-19.png", "38": "icons\/icon-38.png" }, "default_title": "Nightowls.Ninja Extension", "default_popup": "popup.html" } } |