Bookmark Image Browser

Browse through your bookmarked images.

Bookmark Image Browser क्या है?

Bookmark Image Browser rrm.remi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Browse through your bookmarked images."।

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

screenshot
screenshot
screenshot

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

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

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

                        Browse through your bookmarked images from direct links and most popular image hosting websites embedded on the extension page.

I made this for myself a couple of years ago since I bookmark a lot of art references and there was no easy way to browse through them. I made some improvements lately and  thought I might as well publish it.

You can view the extension page by going to the options page of the extension. Then you can browse to a folder and add a bookmark to it for easy access.

Currently supported domains: Direct image links, DeviantArt, Instagram, Twitter, Reddit, Pixiv and a few more.
If you'd like other ones, make a contribution or get in touch and I'll see what I can do!

Note: In order to fetch Pixiv images, you need to log in with your account in the top right corner (a requirement of their API)

Source: https://github.com/RvanderLaan/BookmarkImageBrowser                    

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

नाम Bookmark Image Browser Bookmark Image Browser
ID akmdmccjelmihjckbpfimhjjplijbngd
आधिकारिक URL https://chromewebstore.google.com/detail/bookmark-image-browser/akmdmccjelmihjckbpfimhjjplijbngd
विवरण Browse through your bookmarked images.
फ़ाइल का आकार 691 KB
स्थापना संख्या 162
वर्तमान संस्करण 0.2.5
अंतिम अपडेट 2020-07-28
प्रकाशन तिथि 2019-03-11
रेटिंग 3.50/5 कुल 2 रेटिंग्स
डेवलपर rrm.remi
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/RvanderLaan/BookmarkImageBrowser
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bookmark Image Browser",
    "short_name": "\u2b50\ud83d\udcf7\ud83d\udc40",
    "version": "0.2.5",
    "description": "Browse through your bookmarked images.",
    "icons": {
        "16": "Logo_16.png",
        "48": "Logo_48.png",
        "128": "Logo_128.png"
    },
    "browser_action": {
        "default_title": "Bookmark Image Browser",
        "default_popup": "popup.html"
    },
    "permissions": [
        "bookmarks",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.deviantart.com\/",
        "*:\/\/*.pixiv.net\/",
        "*:\/\/i.pximg.net\/",
        "*:\/\/*.twitter.com\/"
    ],
    "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk=' https:\/\/backend.deviantart.com; object-src 'self'"
}