Bookmark Image Browser

Browse through your bookmarked images.

什么是Bookmark Image Browser?

Bookmark Image Browser是由rrm.remi开发的Chrome扩展程序,该扩展的主要功能是“Browse through your bookmarked images.”。

扩展截图

screenshot
screenshot
screenshot

下载Bookmark Image Browser扩展crx文件

下载Bookmark Image Browser扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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'"
}