imgur Community Extension

Take screenshots, add images to your imgur account and upload images from your desktop using drag and drop.

imgur Community Extension란 무엇입니까?

imgur Community Extension은(는) hasse.christopher에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Take screenshots, add images to your imgur account and upload images from your desktop using drag and drop."입니다.

확장 프로그램 스크린샷

screenshot

imgur Community Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Open source imgur Community Extension

https://github.com/chrhasse/imgur-Extension

PRIVACY POLICY

https://github.com/chrhasse/imgur-Extension/blob/master/privacy.md

NOTICE

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.                    

확장 프로그램 기본 정보

이름 imgur Community Extension imgur Community Extension
ID ehoopddfhgaehhmphfcooacjdpmbjlao
공식 URL https://chromewebstore.google.com/detail/imgur-community-extension/ehoopddfhgaehhmphfcooacjdpmbjlao
설명 Take screenshots, add images to your imgur account and upload images from your desktop using drag and drop.
파일 크기 69.23 KB
설치 횟수 24,334
현재 버전 2.3.1
최근 업데이트 2023-10-04
출시 날짜 2020-04-30
평점 3.82/5 총 614 개의 평점
개발자 hasse.christopher
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://github.com/chrhasse/imgur-Extension
개인정보 보호 정책 페이지 URL https://github.com/chrhasse/imgur-Extension/blob/master/privacy.md
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.3.1",
    "minimum_chrome_version": "22",
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDM6D3wZNAfHGpc9\/Hk7sPNSCnauK\/sQPhAPViDmjT8Sj+Ot7ugDafYSynzhIFPZyckXm+4TkmlcqQukCI8GP+yqcb70oWVus8GplHTimJkoDKLwJkLH55lhBjg5Z8Aa7BngFf0W\/C7ZASElFNfQqWQJI3bgK6vHX5cRgJrhZ9AoQIDAQAB",
    "background": {
        "scripts": [
            "lib\/utils-1.4.js",
            "js\/model.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2,
    "name": "imgur Community Extension",
    "description": "Take screenshots, add images to your imgur account and upload images from your desktop using drag and drop.",
    "icons": {
        "16": "img\/logo16.png",
        "128": "img\/logo128.png"
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "notifications",
        "alarms",
        "identity"
    ],
    "web_accessible_resources": [
        "img\/logo96.png"
    ],
    "browser_action": {
        "default_icon": "img\/logo19.png"
    },
    "options_ui": {
        "page": "options.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/imgur.com\/gallery\/*"
            ],
            "js": [
                "js\/inject\/showImages.js"
            ]
        }
    ]
}