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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | https://www.nightowls.ninja/support |
عنوان صفحة سياسة الخصوصية | 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" } } |