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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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'"
}