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文件

下載DRAWWWERS Bookmark Button擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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."
}