Naru

Naru is a prioritization board that helps supercharge your focus and gets you to tab 0.

Τι είναι το Naru;

Το Naru είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Naru, και η κύρια λειτουργία του είναι "Naru is a prioritization board that helps supercharge your focus and gets you to tab 0.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Naru

Λήψη αρχείων επέκτασης Naru σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Use Naru To

✍️ Instantly Take Notes*
Never lose inspiration. Naru is a browser extension that's there to help you capture a breakthrough when you need it.

〰️ Stay in Flow
Naru meets you where you’re at in the browser and helps you unblock yourself to focus on your top of mind priorities.

🙅 Quit Tab Hoarding
Instantly save your location inside webpages and make note of what to get back to. Tab hoarding is so last decade.

For more info. Get in touch [email protected]                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Naru Naru
ID lglfgdaoapbnoigdlbkfokdihmeppool
Επίσημο URL https://chromewebstore.google.com/detail/naru/lglfgdaoapbnoigdlbkfokdihmeppool
Περιγραφή Naru is a prioritization board that helps supercharge your focus and gets you to tab 0.
Μέγεθος Αρχείου 1.4 MB
Αριθμός Εγκαταστάσεων 17
Τρέχουσα Έκδοση 0.1.1
Τελευταία Ενημέρωση 2020-10-29
Ημερομηνία Δημοσίευσης 2020-07-02
Προγραμματιστής Naru
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://naru.app/
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Naru",
    "version": "0.1.1",
    "description": "Naru is a prioritization board that helps supercharge your focus and gets you to tab 0.",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "notifications",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "browser_action": {
        "name": "Toggle Naru"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "index.html",
        "hotkeys.min.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "iframe.js",
                "hotkeys.min.js"
            ]
        }
    ],
    "short_name": "Naru"
}