Camellia

View all your browser bookmarks at the new tab screen.

Camellia क्या है?

Camellia https://camellia.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View all your browser bookmarks at the new tab screen."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Camellia एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Camellia is an extension created for people who have lots of bookmarks and need quick access to them. Sort bookmarks to folders, give them short and clear names and then you'll have unforgettable experience working with Camellia. It replaces the new tab page and displays all your bookmarks there.

NATIVE BROWSER'S BOOKMARKS

Unlike most extensions that change the new tab page, Camellia uses native browser's bookmarks which sync throughout all your devices and can be exported to another browser. You can get access to all these bookmarks even on your phone where extensions can't be installed. 

DON'T PAY FOR WHAT'S SUPPOSED TO BE FREE

Absolutely the whole functional of Camellia is free. You don't have to pay for bookmark synchronization or their amount. No ads either.

LIGHT AND QUICK 

Camellia was created using latest web-technology allowing it to load on the new tab page almost in an instant even on slower PC's.

OPEN SOURCE

Whole code of Camellia is on GitHub in open access, therefore you don't need to worry about Camellia doing something without your evidence.                    

एक्सटेंशन की मूल जानकारी

नाम Camellia Camellia
ID mamdkoclkocaejomjcaldmlgfgkgalnl
आधिकारिक URL https://chromewebstore.google.com/detail/camellia/mamdkoclkocaejomjcaldmlgfgkgalnl
विवरण View all your browser bookmarks at the new tab screen.
फ़ाइल का आकार 1.1 MB
स्थापना संख्या 195
वर्तमान संस्करण 2.1.0
अंतिम अपडेट 2024-02-14
प्रकाशन तिथि 2019-10-25
रेटिंग 4.78/5 कुल 37 रेटिंग्स
डेवलपर https://camellia.app
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/camellia-app/camellia
सहायता पृष्ठ URL https://github.com/orgs/camellia-app/discussions
गोपनीयता नीति पृष्ठ URL https://github.com/camellia-app/camellia/wiki/Privacy-Policy
समर्थित भाषाएँ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Petr Flaks",
    "chrome_url_overrides": {
        "newtab": "\/newtab.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'none'; connect-src https:\/\/*.camellia.app https:\/\/*.ingest.sentry.io"
    },
    "default_locale": "en",
    "description": "__MSG_extensionDescription__",
    "homepage_url": "https:\/\/camellia.app",
    "host_permissions": [
        "https:\/\/*.camellia.app\/"
    ],
    "icons": {
        "128": "logo.png"
    },
    "manifest_version": 3,
    "name": "Camellia",
    "options_ui": {
        "open_in_tab": true,
        "page": "options.html"
    },
    "permissions": [
        "bookmarks",
        "storage",
        "favicon"
    ],
    "short_name": "Camellia",
    "version": "2.1.0",
    "background": {
        "service_worker": "\/background.js"
    },
    "minimum_chrome_version": "105",
    "offline_enabled": true,
    "version_name": "2.1.0"
}