GitHub Image Preview
Preview issue images on GitHub. https://github.com/samkessaram/git-preview
什麼是GitHub Image Preview?
GitHub Image Preview是由samkessaram開發的Chrome擴展程式,該擴展的主要功能是“Preview issue images on GitHub. https://github.com/samkessaram/git-preview”。
擴展截圖
下載GitHub Image Preview擴展crx文件
下載GitHub Image Preview擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Preview images on GitHub from the issues list view. An icon is added to any issue that contains images or screenshots. Click it to open a carousel and cycle through the images. Inspired by similar functionality in Reddit Enhancement Suite.
擴展基本資訊
名稱 | GitHub Image Preview |
ID | jkappkhadcobonipjjgfkcmnkpapegma |
官方網址 | https://chromewebstore.google.com/detail/github-image-preview/jkappkhadcobonipjjgfkcmnkpapegma |
簡介 | Preview issue images on GitHub. https://github.com/samkessaram/git-preview |
檔案大小 | 37.45 KB |
安裝次數 | 15 |
目前版本 | 0.1.6 |
更新時間 | 2018-01-04 |
上架時間 | 2018-01-04 |
評分 | 5.00/5 共 1 次評分 |
開發者 | samkessaram |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/samkessaram/git-preview |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GitHub Image Preview", "author": "Sam Kessaram", "version": "0.1.6", "description": "Preview issue images on GitHub. https:\/\/github.com\/samkessaram\/git-preview", "icons": { "128": "camera.png" }, "web_accessible_resources": [ "camera.png" ], "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "jquery.min.js", "scripts.js" ], "css": [ "styles.css" ], "run_at": "document_end" } ] } |