Nightowls.Ninja
The official extension of Nightowls.ninja, save your bookmarks, share them on Nightowls.ninja
What is Nightowls.Ninja?
Nightowls.Ninja is a Chrome extension developed by https://www.nightowls.ninja, and its main feature is "The official extension of Nightowls.ninja, save your bookmarks, share them on Nightowls.ninja".
Extension Screenshots
Download Nightowls.Ninja Extension CRX File
Download Nightowls.Ninja extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | pgokepnoggjaemeiceflapldbhjbgalm |
Official URL | https://chrome.google.com/webstore/detail/nightowlsninja/pgokepnoggjaemeiceflapldbhjbgalm |
Description | The official extension of Nightowls.ninja, save your bookmarks, share them on Nightowls.ninja |
File Size | 1.12 MB |
Installation Count | 22 |
Current Version | 0.0.6 |
Last Updated | 2019-07-05 |
Publish Date | 2019-07-02 |
Rating | 5.00/5 Total 3 Ratings |
Developer | https://www.nightowls.ninja |
[email protected] | |
Payment Type | free |
Extension Website | https://www.nightowls.ninja |
Help Page URL | https://www.nightowls.ninja/support |
Privacy Policy Page URL | http://www.nightowls.ninja/privacy |
Supported Languages | 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" } } |