Dribbble Shot Zoom
See the full size shot without opening it
什麼是Dribbble Shot Zoom?
Dribbble Shot Zoom是由Zviad Sichinava開發的Chrome擴展程式,該擴展的主要功能是“See the full size shot without opening it”。
擴展截圖
下載Dribbble Shot Zoom擴展crx文件
下載Dribbble Shot Zoom擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
See the full-size Dribbble shot without opening it. Please don`t misuse the extension - If you like the shot click the ❤ button from home screen.
擴展基本資訊
名稱 | |
ID | igiifcpbjbgiblknodjjnphaggmnbpji |
官方網址 | https://chrome.google.com/webstore/detail/dribbble-shot-zoom/igiifcpbjbgiblknodjjnphaggmnbpji |
簡介 | See the full size shot without opening it |
檔案大小 | 279 KB |
安裝次數 | 116 |
目前版本 | 1 |
更新時間 | 2017-01-22 |
上架時間 | 2017-01-22 |
評分 | 5.00/5 共 7 次評分 |
開發者 | Zviad Sichinava |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dribbble Shot Zoom", "author": "Zviad Sichinava", "description": "See the full size shot without opening it", "version": "1", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "icons": { "16": "icons\/extension\/16x16.png", "48": "icons\/extension\/48x48.png", "128": "icons\/extension\/128x128.png" }, "web_accessible_resources": [ "loading.gif", "icons\/web\/icon-off.svg", "icons\/web\/icon-lg.svg", "icons\/web\/icon-sm.svg" ], "content_scripts": [ { "matches": [ "https:\/\/dribbble.com\/*", "http:\/\/dribbble.com\/*" ], "js": [ "jquery-3.1.1.slim.min.js", "main.js" ], "css": [ "main.css" ] } ] } |