Better Bookmarks

Display and navigate your bookmarks on the new tab page!

Better Bookmarks क्या है?

Better Bookmarks the.toyoun द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Display and navigate your bookmarks on the new tab page!"।

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

screenshot

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

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

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

                        With Better Bookmarks, you'll never need to navigate through the bookmark manager again.


Included Features:

- Organize your bookmarks on the new tab page however you want! Simply Click and Drag folder names and Chrome will remember where they were placed every revisit to the new tab page.


Upcoming Features:

- Add, remove, or edit bookmarks dynamically on the new tab page display!
- Assign hotkeys to bookmarks or bookmark folders to open bookmark(s) in your current window.
- Adjust the size of bookmark folders through a simple click and drag.


Source code for Better Bookmarks can be found here: https://github.com/toyoun/betterbookmarks

Thanks for using Better Bookmarks!                    

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

नाम Better Bookmarks Better Bookmarks
ID nflabppedilakkgjdnfmiihhcaeomdjf
आधिकारिक URL https://chromewebstore.google.com/detail/better-bookmarks/nflabppedilakkgjdnfmiihhcaeomdjf
विवरण Display and navigate your bookmarks on the new tab page!
फ़ाइल का आकार 196 KB
स्थापना संख्या 70
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2019-04-17
प्रकाशन तिथि 2019-04-16
डेवलपर the.toyoun
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Better Bookmarks",
    "version": "0.0.1",
    "description": "Display and navigate your bookmarks on the new tab page!",
    "icons": {
        "128": "favicon.png"
    },
    "browser_action": {
        "default_title": "Better Bookmarks"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "bookmarks",
        "storage"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}