Bookmarks Organizer

Sort Bookmarks Alphabetically

Bookmarks Organizer क्या है?

Bookmarks Organizer Jaseem V V द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sort Bookmarks Alphabetically"।

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

screenshot

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

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

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

                        Bookmarks Organizer helps in keeping the bookmarks sorted. It monitors for newly added or moved bookmarks and auto arranges them in ascending order by title. There is a reorder button to manually order the whole bookmark, which can be used initially after installation or import.

Only bookmarks in the Bookmarks Bar are sorted. If you want to have a custom order, those bookmarks can be placed inside the Other Bookmarks.

Limitations: There are max write limits set by the browser so that the sync servers are not abused. So only a certain number of move operations can be performed per session in a given interval of time.                    

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

नाम Bookmarks Organizer Bookmarks Organizer
ID cjdenbocfdbjohomdaojaokiffjbnaca
आधिकारिक URL https://chromewebstore.google.com/detail/bookmarks-organizer/cjdenbocfdbjohomdaojaokiffjbnaca
विवरण Sort Bookmarks Alphabetically
फ़ाइल का आकार 41.23 KB
स्थापना संख्या 3,919
वर्तमान संस्करण 4.1.1
अंतिम अपडेट 2023-10-02
प्रकाशन तिथि 2019-02-06
रेटिंग 3.13/5 कुल 52 रेटिंग्स
डेवलपर Jaseem V V
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.jsloop.net
सहायता पृष्ठ URL https://github.com/jsloop42/BookmarksOrganizer/issues
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bookmarks Organizer",
    "version": "4.1.1",
    "manifest_version": 3,
    "author": "Jaseem V V",
    "description": "Sort Bookmarks Alphabetically",
    "permissions": [
        "bookmarks",
        "storage"
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "action": {
        "default_popup": "bookmarks-organizer.html",
        "default_icon": {
            "16": "res\/icons\/bo-16.png",
            "32": "res\/icons\/bo-32.png",
            "48": "res\/icons\/bo-48.png",
            "128": "res\/icons\/bo-128.png"
        }
    },
    "icons": {
        "16": "res\/icons\/bo-16.png",
        "32": "res\/icons\/bo-32.png",
        "48": "res\/icons\/bo-48.png",
        "128": "res\/icons\/bo-128.png"
    },
    "offline_enabled": true
}