rubra - Bookmark Manager

Social bookmarking app for saving, sharing, and discovering content on the web.

Τι είναι το rubra - Bookmark Manager;

Το rubra - Bookmark Manager είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://rubra.com, και η κύρια λειτουργία του είναι "Social bookmarking app for saving, sharing, and discovering content on the web.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης rubra - Bookmark Manager

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

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

                        rubra is the social bookmarking app for saving, sharing and discovering content on the web. Save the best articles and stories from the web to read them later and to share them with your friends.

With rubra, you can get started right away without setting up an account. If you prefer to have your bookmarks synced and easily accessible across devices, setting up an account is an easy and convenient option. The choice is yours.

Bookmark the best articles and stories from around the web and share them with friends. You can sync them automatically to all your devices, mark your favorites, tag them by topic, search, filter and sort them for easy retrieval.

Organize your bookmarks by topics and save them in collections. Invite other contributors to be part of your collection, while always having control. This way you can easily find your next summer vacation destination together or collect important contents for your project in one place.

Go beyond bookmarking and engage in collaborations with others. Discuss about exciting contents and share them in your social media channels.                    

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

Όνομα rubra - Bookmark Manager rubra - Bookmark Manager
ID gkdjekojjjlglpeojbpgpoonopbppkma
Επίσημο URL https://chromewebstore.google.com/detail/rubra-bookmark-manager/gkdjekojjjlglpeojbpgpoonopbppkma
Περιγραφή Social bookmarking app for saving, sharing, and discovering content on the web.
Μέγεθος Αρχείου 5.08 MB
Αριθμός Εγκαταστάσεων 48
Τρέχουσα Έκδοση 1.0.8
Τελευταία Ενημέρωση 2024-01-12
Ημερομηνία Δημοσίευσης 2023-10-19
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής https://rubra.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://rubra.com
Διεύθυνση URL της Σελίδας Βοήθειας https://rubra.com/contact
URL της Σελίδας Πολιτικής Απορρήτου https://rubra.com/privacy-policy
Υποστηριζόμενες Γλώσσες de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.8.0",
    "version_name": "1.0.8",
    "default_locale": "en",
    "name": "__MSG_name__",
    "short_name": "__MSG_short_name__",
    "description": "__MSG_description__",
    "icons": {
        "16": "favicons\/favicon-16.png",
        "32": "favicons\/favicon-32.png",
        "64": "favicons\/favicon-64.png",
        "96": "favicons\/favicon-96.png",
        "192": "favicons\/favicon-192.png"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "contextMenus",
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_cta_open_rubra__",
        "default_icon": {
            "16": "favicons\/favicon-16.png",
            "32": "favicons\/favicon-32.png",
            "64": "favicons\/favicon-64.png",
            "96": "favicons\/favicon-96.png",
            "192": "favicons\/favicon-192.png"
        }
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.rubra.com\/*"
            ],
            "js": [
                "auth-script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "favicons\/*.png",
                "index.html"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ]
}