Gyazo Bookmarker

Gyazoの履歴を保存します

Wat is Gyazo Bookmarker?

Gyazo Bookmarker is een Chrome-extensie ontwikkeld door skyblue3350, en de belangrijkste functie is "Gyazoの履歴を保存します".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Gyazo Bookmarker

Download Gyazo Bookmarker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

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

Basisinformatie over de Extensie

Naam Gyazo Bookmarker Gyazo Bookmarker
ID gfkgocpbmneoddjhhfpmkeaobfmcagmg
Officiële URL https://chromewebstore.google.com/detail/gyazo-bookmarker/gfkgocpbmneoddjhhfpmkeaobfmcagmg
Beschrijving Gyazoの履歴を保存します
Bestandsgrootte 1.59 MB
Aantal Installaties 48
Huidige Versie 2.0.1
Laatst Bijgewerkt 2019-12-15
Publicatiedatum 2019-12-14
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar skyblue3350
Betalingswijze free
Extensiewebsite https://blog.sky-net.pw
Ondersteunde Talen 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\/*"
    ]
}