Sprucemarks

Automatically sort bookmarks by title, date, or URL.

Sprucemarks क्या है?

Sprucemarks Kai Nightmode द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically sort bookmarks by title, date, or URL."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Sprucemarks is now free.

FEATURES

• Organize your Bookmarks Bar, Other Bookmarks, and Mobile Bookmarks.
• Group folders together or have them sorted alongside bookmarks.
• Each area can have its own sort order.
• Save your options once and have your bookmarks sorted now and automatically into the future.
• Review and improve your bookmarks collection with a suite of tools. Check for and optionally remove empty folders, duplicate bookmarks, and similar bookmarks. View and optionally clear your bookmark history.

LIMITATIONS

Sprucemarks can be used alongside other bookmark extensions but you must be careful that both extensions do not try to sort the same areas. Each extension may have its own sorting logic which may lead to endless sorting as each extension reacts to changes by the other.

PRIVACY

Sprucemarks respects your privacy.
https://nightmode.fm/software/sprucemarks/privacy

DONATE

My software may be free but I require liquids to keep going. Donate a bubble tea to support my work and get the ability to private message me.
https://ko-fi.com/kai_nightmode                    

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

नाम Sprucemarks Sprucemarks
ID fakeocdnmmmnokabaiflppclocckihoj
आधिकारिक URL https://chromewebstore.google.com/detail/sprucemarks/fakeocdnmmmnokabaiflppclocckihoj
विवरण Automatically sort bookmarks by title, date, or URL.
फ़ाइल का आकार 498 KB
स्थापना संख्या 13,740
वर्तमान संस्करण 2022.11.27.0
अंतिम अपडेट 2022-11-27
प्रकाशन तिथि 2020-07-02
रेटिंग 4.07/5 कुल 401 रेटिंग्स
डेवलपर Kai Nightmode
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://nightmode.fm/software/sprucemarks
सहायता पृष्ठ URL https://ko-fi.com/kai_nightmode
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_title": "Sprucemarks"
    },
    "default_locale": "en",
    "description": "__MSG_extensionDescription__",
    "icons": {
        "16": "images\/icon\/icon-default-16.png",
        "24": "images\/icon\/icon-default-24.png",
        "32": "images\/icon\/icon-default-32.png",
        "48": "images\/icon\/icon-default-48.png",
        "64": "images\/icon\/icon-default-64.png",
        "96": "images\/icon\/icon-default-96.png",
        "128": "images\/icon\/icon-default-128.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "80",
    "name": "Sprucemarks",
    "options_ui": {
        "open_in_tab": true,
        "page": "page\/light\/dark\/options.html"
    },
    "permissions": [
        "bookmarks",
        "storage"
    ],
    "short_name": "Sprucemarks",
    "version": "2022.11.27.0"
}