View This Image
View any image by right clicking on it and selecting 'View This Image'.
什麼是View This Image?
View This Image是由https://www.onemast.com開發的Chrome擴展程式,該擴展的主要功能是“View any image by right clicking on it and selecting 'View This Image'.”。
擴展截圖
下載View This Image擴展crx文件
下載View This Image擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
With this extension, you can view any image by right clicking on it and selecting 'View This Image'.
擴展基本資訊
名稱 | |
ID | poildibeoniaibomedledajlgfbohjda |
官方網址 | https://chrome.google.com/webstore/detail/poildibeoniaibomedledajlgfbohjda |
簡介 | View any image by right clicking on it and selecting 'View This Image'. |
檔案大小 | 23.69 KB |
安裝次數 | 456 |
目前版本 | 1.0 |
更新時間 | 2018-06-04 |
上架時間 | 2018-06-04 |
評分 | 4.64/5 共 11 次評分 |
開發者 | https://www.onemast.com |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://www.onemast.com/privacy-policy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "View This Image", "description": "View any image by right clicking on it and selecting 'View This Image'.", "version": "1.0", "permissions": [ "contextMenus" ], "icons": { "16": "icon\/16.png", "64": "icon\/64.png", "128": "icon\/128.png", "512": "icon\/512.png" }, "background": { "scripts": [ "viewthis.js" ] } } |