Gyazo Bookmarker

Gyazoの履歴を保存します

What is Gyazo Bookmarker?

Gyazo Bookmarker is a Chrome extension developed by skyblue3350, and its main feature is "Gyazoの履歴を保存します".

Extension Screenshots

screenshot

Download Gyazo Bookmarker Extension CRX File

Download Gyazo Bookmarker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        GyazoBookMarkerはGyazoの画像にアクセスした時のURLを記録し、管理する拡張機能です。

記録された画像はサムネイルとして一覧表示されます。
クリックすることでページを開くことができ、右クリックすることで該当するURLを拡張機能上から削除することが可能です。
また、すべて削除したい場合は削除ボタンから削除することが出来ます。                    

Extension Basic Information

Name Gyazo Bookmarker Gyazo Bookmarker
ID gfkgocpbmneoddjhhfpmkeaobfmcagmg
Official URL https://chromewebstore.google.com/detail/gyazo-bookmarker/gfkgocpbmneoddjhhfpmkeaobfmcagmg
Description Gyazoの履歴を保存します
File Size 1.59 MB
Installation Count 48
Current Version 2.0.1
Last Updated 2019-12-15
Publish Date 2019-12-14
Rating 5.00/5 Total 1 Ratings
Developer skyblue3350
Payment Type free
Extension Website https://blog.sky-net.pw
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "Gyazo\u306e\u5c65\u6b74\u3092\u4fdd\u5b58\u3057\u307e\u3059",
    "version": "2.0.1",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon.png",
            "38": "images\/icon.png"
        },
        "default_title": "__MSG_browserActionTitle__",
        "default_popup": "pages\/popup.html"
    },
    "options_page": "pages\/options.html",
    "permissions": [
        "storage",
        "*:\/\/gyazo.com\/*"
    ]
}