Bookmark Image Browser
Browse through your bookmarked images.
Bookmark Image Browserとは何ですか?
Bookmark Image Browserはrrm.remiによって開発されたChromeの拡張機能で、その主な機能は「Browse through your bookmarked images.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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'" } |