DRAWWWERS Bookmark Button

With this official DRAWWWERS chrome extension it’s easy to create a new bookmark with a screenshot.

DRAWWWERS Bookmark Button란 무엇입니까?

DRAWWWERS Bookmark Button은(는) https://drawwwers.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "With this official DRAWWWERS chrome extension it’s easy to create a new bookmark with a screenshot."입니다.

확장 프로그램 스크린샷

screenshot

DRAWWWERS Bookmark Button 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        With DRAWWWERS you can easily bookmark websites with screenshots. During development web designers, directors and developers can save, organize and share inspiring web designs they come across.

RELEASE NOTE
----------------

v1.2.0 (2020.6.29)
- Add "Adjust window" feature.

v1.1.2.3 (2020.6.9)
- Fix errors

v1.1.2.2 (2020.6.5)
- Republish (same as v1.1.2)

v1.1.2.1 (2020.5.31)
- Re-revert to 1.0.9 

v1.1.2 (2020.5.30)
- Fix sign in screen
- Fix cannot save specific website

v1.1.1.3 (2019.4.3)
- Re-revert to 1.0.9 

v1.1.1.2 (2019.4.1)
- Fix problems

v1.1.1.1 (2019.3.29)
- Revert to 1.0.9 

v1.1.1 (2019.3.29)
- Fix icon error

v1.1.0 (2019.3.28)
- Update sign in screen

v1.0.9 (2018.11.8)
- Fix errors

v1.0.8 (2018.11.2)
- Add placeholders on UI

v1.0.7 (2018.6.20)
- Fix 'infinite loading' problem at startup

v1.0.6 (2018.4.2)
- Fix 'Sign in with Facebook' problem

v1.0.5 (2018.1.29)
- Add GET parameter when open DRAWWWERS about page

v1.0.4 (2017.10.14)
- Open DRAWWWERS about page after install

v1.0.3 (2017.9.22)
- Fix scrolling problem while taking a screenshot on Chrome 61

v1.0.2 (2017.9.3)
- Fix fatal errors on v1.0.0

v1.0.1 (2017.8.8)
This version is same as v0.5.7. Because v1.0.0 contains fatal errors.

v1.0.0 (2017.8.8)
- Some improvements while taking screenshots
- Some improvements of notification
- Modest UI after "Collect" action
- High resolution images (for retina display)
- Change "Remove" icon
and more small improvements.

v0.5.7 (2017.5.24)
- Dismiss none HTML resources

v0.5.6 (2016.12.16)
- Allow push "Collect" button without enter key pressed when creating new collection
- Fix "Collect" and "Cancel" button's position to bottom on narrow screens

v0.5.5 (missing release)

v0.5.4 (2016.8.8)
- Fix issue that extension was not showed after extension button pushed in specific site.

v0.5.3 (2016.7.16)
- Fix screenshot issue (hide header element while taking screenshots).

v0.5.2 (2016.7.9)
- Add update notification feature

v0.5.1 (2016.7.4)
- Fix issue that extension does not disappear after save bookmark

v0.5.0 (2016.6.18)
- SSL compatible

v0.4.7 (2016.6.18)
- Reverse host to 'drawwwers.com'

v0.4.6 (2016.6.18)
- Change host to 'www.drawwwers.com'

v0.4.5 (2016.6.17)
- Fixed react warnings in console

v0.4.4 (2016.6.17)
- Fixed a bug that was not able to create a new collection
- Fixed a bug that collection did not appear on the list when you deselected

v0.4.3 (2016.5.18)
- Fix login error with username
- Style improvement

v0.4.2 (2016.5.13)
- Fix error while updating screenshot

v0.4.1 (2016.5.13)
- [temporally fix] compatible multiple tabs and windows

v0.4.0 (2016.5.12)
- Fix script and stylesheet pollution from HTML document
- Screenshot improvement (compatible with other extensions)
    - Viewport Dimensions (0.0.7)
    - Window Resizer (1.9.1.5)                    

확장 프로그램 기본 정보

이름 DRAWWWERS Bookmark Button DRAWWWERS Bookmark Button
ID dfpoklobaoojblkohniiccpdgldlabhj
공식 URL https://chromewebstore.google.com/detail/drawwwers-bookmark-button/dfpoklobaoojblkohniiccpdgldlabhj
설명 With this official DRAWWWERS chrome extension it’s easy to create a new bookmark with a screenshot.
파일 크기 1.53 MB
설치 횟수 348
현재 버전 1.2.0
최근 업데이트 2020-06-29
출시 날짜 2020-06-29
평점 4.33/5 총 6 개의 평점
개발자 https://drawwwers.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://drawwwers.com/about/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DRAWWWERS Bookmark Button",
    "short_name": "DrawwwersBtn",
    "homepage_url": "https:\/\/drawwwers.com",
    "icons": {
        "38": "icon\/icon-38px.png",
        "48": "icon\/icon-48px.png",
        "128": "icon\/icon-128px.png"
    },
    "browser_action": {
        "default_icon": "icon\/icon-38px.png",
        "default_title": "DRAWWWERS Bookmark Button"
    },
    "permissions": [
        ""
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/iframe.52c74df3.css"
            ],
            "js": [
                "js\/content-scripts\/content-script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "iframe.html",
        "fonts\/ProximaNovaRegular.410504d4.otf",
        "fonts\/ProximaNovaBold.62d4d7d3.otf"
    ],
    "content_security_policy": "script-src 'self'  https:\/\/www.google-analytics.com; object-src 'self'",
    "version": "1.2.0",
    "description": "With this official DRAWWWERS chrome extension it\u2019s easy to create a new bookmark with a screenshot."
}