Web Style Grabber
Grab fonts and colors from the website you're currently visiting at the click of a button.
什麼是Web Style Grabber?
Web Style Grabber是由BRAINSPIN開發的Chrome擴展程式,該擴展的主要功能是“Grab fonts and colors from the website you're currently visiting at the click of a button.”。
擴展截圖
下載Web Style Grabber擴展crx文件
下載Web Style Grabber擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
All you have to do is visit a website, and click on the extension thumbnail, and the plug-in does the rest. We created this extension mainly for web designers. We wanted to make it easy for them to get fonts and colors from a website without having to tediously inspect each element to get them. It's meant to generate inspiration and ideas based on other website's styles. Of course, it's not just for designers. Anyone that is curious or has a use for it is welcome to use it. Version 2.0.1 Minor bug fixes Version 2.0 Able to choose the amount of fonts and colors you want displayed. You can change a color elimination strength bar to eliminate similar colors. The higher the bar the colors displayed will be less and less similar to each other. Changed main description Notes: There is going to be a lag time between the site update and the extension update because Chrome rolls out updates every few ours and if the site is updated before the extension the extension will not work. Version 1.1 Name and description update Version 1.0 Launched
擴展基本資訊
名稱 | Web Style Grabber |
ID | hbodpjgiceemnkiiihclopbckibcnaim |
官方網址 | https://chromewebstore.google.com/detail/web-style-grabber/hbodpjgiceemnkiiihclopbckibcnaim |
簡介 | Grab fonts and colors from the website you're currently visiting at the click of a button. |
檔案大小 | 16.2 KB |
安裝次數 | 534 |
目前版本 | 2.0.1 |
更新時間 | 2016-02-18 |
上架時間 | 2016-02-18 |
開發者 | BRAINSPIN |
付費類型 | free |
擴展官網 | http://www.brainspin.com/tools/webstylegrabber/ |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Web Style Grabber", "description": "Grab fonts and colors from the website you're currently visiting at the click of a button.", "version": "2.0.1", "browser_action": { "default_icon": "icon48.png" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "js\/background.js" ] }, "permissions": [ "activeTab", "tabs" ] } |