Drippo: Dribbble Shot Enhancer

Drippo is a mini extension for Dribbble that adds emoji & html autocomplete, shot previews and much more!

Drippo: Dribbble Shot Enhancer란 무엇입니까?

Drippo: Dribbble Shot Enhancer은(는) Saransh Sinha에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Drippo is a mini extension for Dribbble that adds emoji & html autocomplete, shot previews and much more!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Drippo: Dribbble Shot Enhancer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Have you ever wanted to leave a 🔥🔥🔥 comment on that ultra-futuristic-eastern-european-flat-boxes-with-shadows design?

Look no further!

Presenting Drippo : The ultimate dribbble shot and comment enhancer! With amazing features like:

> 🔑🔥🔑 EMOJI COMMENTS & DESCRIPTION 🔑🔥🔑
> HTML Autocomplete [for dribbble's supported html tags - a, strong, em, code]
> Shot Description Footer Templates [Save a reusable template for your dribbble shots]
> Shot Preview [View a preview of your dribbble shot before posting it. Also works while editing or rebounding shots]

Made possible by the wonderful jquery-textcomplete plugin and a whole lot of free time (https://github.com/yuku-t/jquery-textcomplete)

Questions/Feature Requests/Just Sayin' Hi! - @screenshake

Follow me on Twitter or Dribbble (or both, if you're into that sort of thing) - @screenshake

Want to build a chrome extension and don't know where to start? - @screenshake (or [email protected])

Update V0.5
Added support for emoji and html autocomplete to editable comments. More 🔥🔥🔥 comments yo!

Saransh Sinha
Designer/Developer
screenshake.co                    

확장 프로그램 기본 정보

이름 Drippo: Dribbble Shot Enhancer Drippo: Dribbble Shot Enhancer
ID ehpkbiodflephmnceolhpibfcobhhoag
공식 URL https://chromewebstore.google.com/detail/drippo-dribbble-shot-enha/ehpkbiodflephmnceolhpibfcobhhoag
설명 Drippo is a mini extension for Dribbble that adds emoji & html autocomplete, shot previews and much more!
파일 크기 77.95 KB
설치 횟수 47
현재 버전 0.6
최근 업데이트 2018-12-03
출시 날짜 2018-12-03
평점 5.00/5 총 1 개의 평점
개발자 Saransh Sinha
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://twitter.com/screenshake
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Drippo: Dribbble Shot Enhancer",
    "version": "0.6",
    "manifest_version": 2,
    "description": "Drippo is a mini extension for Dribbble that adds emoji & html autocomplete, shot previews and much more!",
    "homepage_url": "http:\/\/screenshake.co",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "*:\/\/*.dribbble.com\/*",
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/cdn.segment.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.dribbble.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.dribbble.com\/*"
            ],
            "js": [
                "src\/inject\/jquery-2.1.1.min.js",
                "src\/inject\/jquery.textcomplete.min.js",
                "src\/inject\/inject.js",
                "src\/inject\/ga.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "src\/inject\/inject-dripo.html",
        "src\/inject\/insertFooter-icon.png",
        "src\/inject\/inject-drippo.js",
        "src\/inject\/insertFooter-icon.svg",
        "src\/inject\/emoji-data.json"
    ]
}