Shaadi Photo Zoom

The best way to view photos on Shaadi.com!

Shaadi Photo Zoom란 무엇입니까?

Shaadi Photo Zoom은(는) Rohan Kamble에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The best way to view photos on Shaadi.com!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Shaadi Photo Zoom 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Shaadi Photo Zoom is a simple, light-weight extension that integrates directly into Shaadi.com website so you can see the larger images of the profile photos whenever you hover over an image! and you will get this awesome experience across the website, so you be on any pages like the feeds, notifications, search, profile page etc..

Your reviews about the extension are very important to me.

------------- IMPORTANT NOTE ------------------
THIS IS NOT AN OFFICIAL Shaadi.com EXTENSION AND Shaadi.com IS NOT RESPONSIBLE FOR ANY KIND OF ISSUES WITH THE EXTENSION.
-----------------------------------------------------

Changelog
-----------------------------
Mar 7 2014:
version 1.0.7 - bug fix - photo not getting loaded

Oct 4 2013:
version 1.0.6 - icon change (version not change)

Aug 26 2013:
version 1.0.6 - blocked loading of unnecessary images

Aug 15 2013:
version 1.0.5 - stopped loading of images other than profile pic

Aug 14 2013:
version 1.0.4 - image server url change.

Jul 31 2013:
version 1.0.3 - extension icon change.

June 07 2013:
version 1.0.2 - on search page
version 1.0.1 - on profile page                    

확장 프로그램 기본 정보

이름 Shaadi Photo Zoom Shaadi Photo Zoom
ID dnlpdcdfeldinjijknnefmpajhlpkjjk
공식 URL https://chrome.google.com/webstore/detail/shaadi-photo-zoom/dnlpdcdfeldinjijknnefmpajhlpkjjk
설명 The best way to view photos on Shaadi.com!
파일 크기 95.15 KB
설치 횟수 142
현재 버전 1.0.7
최근 업데이트 2014-03-07
출시 날짜 2014-03-07
평점 4.31/5 총 16 개의 평점
개발자 Rohan Kamble
결제 유형 free
확장 프로그램 웹 사이트 http://bit.ly/VGckCQ
도움말 페이지 URL https://chrome.google.com/webstore/detail/shaadi-photo-zoom/dnlpdcdfeldinjijknnefmpajhlpkjjk?hl=en-US
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shaadi Photo Zoom",
    "version": "1.0.7",
    "manifest_version": 2,
    "description": "The best way to view photos on Shaadi.com!",
    "icons": {
        "16": "images\/shaadi16.png",
        "48": "images\/shaadi48.png",
        "128": "images\/shaadi128.png"
    },
    "short_name": "Shaadi Zoom",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.shaadi.com\/*",
                "http:\/\/www.hindushaadi.com\/*",
                "http:\/\/www.muslimshaadi.com\/*",
                "http:\/\/www.christianshaadi.com\/*",
                "http:\/\/www.buddhistshaadi.com\/*",
                "http:\/\/www.jainshaadi.com\/*",
                "http:\/\/www.sikhshaadi.com\/*",
                "http:\/\/www.assameseshaadi.com\/*",
                "http:\/\/www.bengalishaadi.com\/*",
                "http:\/\/www.gujaratishaadi.com\/*",
                "http:\/\/www.hindishaadi.com\/*",
                "http:\/\/www.kashmirishaadi.com\/*",
                "http:\/\/www.konkanishaadi.com\/*",
                "http:\/\/www.manipurishaadi.com\/*",
                "http:\/\/www.marathishaadi.com\/*",
                "http:\/\/www.oriyashaadi.com\/*",
                "http:\/\/www.punjabishaadi.com\/*",
                "http:\/\/www.sindhishaadi.com\/*",
                "http:\/\/www.urdushaadi.com\/*",
                "http:\/\/www.marwarishaadi.com\/*",
                "http:\/\/www.tulushaadi.com\/*",
                "http:\/\/www.parsishaadi.com\/*",
                "http:\/\/www.telugushaadi.com\/*",
                "http:\/\/www.kannadashaadi.com\/*",
                "http:\/\/www.malayaleeshaadi.com\/*",
                "http:\/\/www.tamilshaadi.com\/*",
                "http:\/\/www.nri-shaadi.com\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/shaadiPhotoZoom.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/loading.gif"
    ],
    "homepage_url": "http:\/\/www.rohankamble.com",
    "permissions": [
        "tabs",
        "http:\/\/www.shaadi.com\/*",
        "https:\/\/*\/*"
    ]
}