Save to Niphtio

Your personal library, searchable and organized.

Τι είναι το Save to Niphtio;

Το Save to Niphtio είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Niphtio, και η κύρια λειτουργία του είναι "Your personal library, searchable and organized.".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Do you hoard hundreds of bookmarks only to lose them, forget that you have them, or never find them again? Niphtio is the easiest way to save, find, and read what matters to you.

This browser extension works together with our web app, Niphtio. Learn more at https://www.nipht.io

📚Build your personal library
Save articles, videos, recipes, or any other web page to Niphtio so you never lose it. Access Niphtio from any web browser on your computer, tablet, or phone.

📚Bulk multi-tab saver
Have lots of tabs open? Save them all at once and organize them in bulk.

📚Find anything again later
Search for anything you’ve saved. Our powerful search looks for keywords inside the content of your items, not just their titles. This means you can always find items again, even if you can’t remember their titles.

📚Flexible and robust tagging
Do you dump all your bookmarks into a “random” folder? We get it—some items simply don’t fit into one specific category. That’s why Niphtio lets you add multiple tags to any item.

📚A to do list for readings
Add important reads to your to do list so you remember to read them. Check them off once you’re done and feel accomplished.

📚Built with privacy in mind
Enjoy peace of mind with our commitment to privacy. We don't use tracking cookies, sell any of your personal information, or share it with anyone else.                    

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

Όνομα Save to Niphtio Save to Niphtio
ID fkmalbfpcbjoplobjkfggafdkehffdff
Επίσημο URL https://chromewebstore.google.com/detail/save-to-niphtio/fkmalbfpcbjoplobjkfggafdkehffdff
Περιγραφή Your personal library, searchable and organized.
Μέγεθος Αρχείου 3.02 MB
Αριθμός Εγκαταστάσεων 807
Τρέχουσα Έκδοση 2.8.13
Τελευταία Ενημέρωση 2024-02-27
Ημερομηνία Δημοσίευσης 2022-09-20
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής Niphtio
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://nipht.io/
URL της Σελίδας Πολιτικής Απορρήτου https://www.nipht.io/privacy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Save to Niphtio",
    "description": "Your personal library, searchable and organized.",
    "version": "2.8.13",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "icons\/16x16-default.png",
            "48": "icons\/48x48-default.png",
            "128": "icons\/128x128-default.png"
        }
    },
    "icons": {
        "16": "icons\/16x16-default.png",
        "48": "icons\/48x48-default.png",
        "128": "icons\/128x128-default.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.*",
                "fonts\/*.*",
                "*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "optional_permissions": [
        "tabs"
    ],
    "permissions": [
        "activeTab",
        "contextMenus",
        "cookies",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*.nipht.io\/",
        "https:\/\/nipht.io\/"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/www.nipht.io\/*"
        ]
    }
}