Bookmark Image Browser

Browse through your bookmarked images.

Bookmark Image Browserคืออะไร?

Bookmark Image Browser เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rrm.remi และคุณลักษณะหลักของมันคือ "Browse through your bookmarked images."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bookmark Image Browser

ดาวน์โหลดไฟล์ส่วนขยาย 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'"
}