image-picker

chrome extension named image picker version

image-pickerとは何ですか?

image-pickerは[email protected]によって開発されたChromeの拡張機能で、その主な機能は「chrome extension named image picker version」です。

拡張機能のスクリーンショット

screenshot

image-picker拡張機能のCRXファイルをダウンロード

image-picker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension is a tool that save images from web page
This is good for web page to prevent right-click to download image
source
https://github.com/bluemirr5/image-picker2                    

拡張機能の基本情報

名前 image-picker image-picker
ID bhibldekjicdbnjeeecmgoogcihoalhe
公式URL https://chromewebstore.google.com/detail/image-picker/bhibldekjicdbnjeeecmgoogcihoalhe
説明 chrome extension named image picker version
ファイルサイズ 307 KB
インストール数 44,515
現在のバージョン 2.0.4
最終更新日 2022-02-28
公開日 2019-06-27
評価 4.49/5 合計 45 レビュー
開発者 [email protected]
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/bluemirr5/image-picker2
ヘルプページのURL https://github.com/bluemirr5/image-picker2
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "image-picker",
    "description": "chrome extension named image picker version",
    "author": "gswon ",
    "version": "2.0.4",
    "icons": {
        "16": "icons\/16.png",
        "128": "icons\/128.png"
    },
    "homepage_url": "https:\/\/github.com\/bluemirr5\/image-picker2",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "",
        "activeTab",
        "pageCapture",
        "downloads"
    ],
    "browser_action": {
        "default_title": "image-picker",
        "default_popup": "pages\/popup.html"
    },
    "background": {
        "persistent": false,
        "page": "pages\/background.html"
    },
    "options_page": "pages\/options.html",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "web_accessible_resources": [
        "js\/content.js"
    ]
}