Screenshot.rocks: One-click design mockups
Create beautiful browser and mobile mockups in one-click.
什麼是Screenshot.rocks: One-click design mockups?
Screenshot.rocks: One-click design mockups是由https://screenshot.rocks開發的Chrome擴展程式,該擴展的主要功能是“Create beautiful browser and mobile mockups in one-click.”。
擴展截圖
下載Screenshot.rocks: One-click design mockups擴展crx文件
下載Screenshot.rocks: One-click design mockups擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Create beautiful browser screenshots from any web page in one click. Screenshot.rocks will make your screenshots stand out by wrapping them in beautiful & customisable browser or mobile frames. You can easily export your screenshots in popular formats, such as PNG, JPG and SVG. There are endless styles, colours or backgrounds you can apply to your screenshots to fit your brand identity. Never send a boring screenshot again. Screenshot.rocks doesn't require any unnecessary permissions or ads. The code is fully open source and can be found on GitHub: https://github.com/daveearley/screenshot.rocks
擴展基本資訊
名稱 | Screenshot.rocks: One-click design mockups |
ID | oolmphedpohnagciifbnfpemadolahki |
官方網址 | https://chromewebstore.google.com/detail/screenshotrocks-one-click/oolmphedpohnagciifbnfpemadolahki |
簡介 | Create beautiful browser and mobile mockups in one-click. |
檔案大小 | 14.64 KB |
安裝次數 | 2,039 |
目前版本 | 1.0 |
更新時間 | 2021-03-28 |
上架時間 | 2020-07-15 |
評分 | 4.86/5 共 14 次評分 |
開發者 | https://screenshot.rocks |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://screenshot.rocks |
支援的語言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Screenshot.rocks: One-click design mockups", "version": "1.0", "description": "Create beautiful browser and mobile mockups in one-click.", "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "button.png", "default_title": "Create Mockup Image!" }, "permissions": [ "activeTab" ], "manifest_version": 2, "icons": { "16": "16.png", "48": "48.png", "128": "128.png" } } |