imgur Community Extension
Take screenshots, add images to your imgur account and upload images from your desktop using drag and drop.
什麼是imgur Community Extension?
imgur Community Extension是由hasse.christopher開發的Chrome擴展程式,該擴展的主要功能是“Take screenshots, add images to your imgur account and upload images from your desktop using drag and drop.”。
擴展截圖
下載imgur Community Extension擴展crx文件
下載imgur Community Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Open source imgur Community Extension https://github.com/chrhasse/imgur-Extension PRIVACY POLICY https://github.com/chrhasse/imgur-Extension/blob/master/privacy.md NOTICE THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
擴展基本資訊
名稱 | imgur Community Extension |
ID | ehoopddfhgaehhmphfcooacjdpmbjlao |
官方網址 | https://chromewebstore.google.com/detail/imgur-community-extension/ehoopddfhgaehhmphfcooacjdpmbjlao |
簡介 | Take screenshots, add images to your imgur account and upload images from your desktop using drag and drop. |
檔案大小 | 69.23 KB |
安裝次數 | 24,334 |
目前版本 | 2.3.1 |
更新時間 | 2023-10-04 |
上架時間 | 2020-04-30 |
評分 | 3.82/5 共 614 次評分 |
開發者 | hasse.christopher |
電子郵箱 | [email protected] |
付費類型 | free |
說明頁面URL | https://github.com/chrhasse/imgur-Extension |
隱私政策頁面URL | https://github.com/chrhasse/imgur-Extension/blob/master/privacy.md |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.3.1", "minimum_chrome_version": "22", "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDM6D3wZNAfHGpc9\/Hk7sPNSCnauK\/sQPhAPViDmjT8Sj+Ot7ugDafYSynzhIFPZyckXm+4TkmlcqQukCI8GP+yqcb70oWVus8GplHTimJkoDKLwJkLH55lhBjg5Z8Aa7BngFf0W\/C7ZASElFNfQqWQJI3bgK6vHX5cRgJrhZ9AoQIDAQAB", "background": { "scripts": [ "lib\/utils-1.4.js", "js\/model.js", "js\/background.js" ], "persistent": false }, "manifest_version": 2, "name": "imgur Community Extension", "description": "Take screenshots, add images to your imgur account and upload images from your desktop using drag and drop.", "icons": { "16": "img\/logo16.png", "128": "img\/logo128.png" }, "permissions": [ "contextMenus", "activeTab", "notifications", "alarms", "identity" ], "web_accessible_resources": [ "img\/logo96.png" ], "browser_action": { "default_icon": "img\/logo19.png" }, "options_ui": { "page": "options.html" }, "content_scripts": [ { "matches": [ "https:\/\/imgur.com\/gallery\/*" ], "js": [ "js\/inject\/showImages.js" ] } ] } |