ImgOpSec
Loads the ImgOpSec page for a URL/Instagram. Right click on any image in your browser and go directly to the ImgOpSec page for it.
什麼是ImgOpSec?
ImgOpSec是由https://www.imgopsec.com開發的Chrome擴展程式,該擴展的主要功能是“Loads the ImgOpSec page for a URL/Instagram. Right click on any image in your browser and go directly to the ImgOpSec page for it.”。
擴展截圖
下載ImgOpSec擴展crx文件
下載ImgOpSec擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
v1.4 - Support for Youtube and Gfycat video pages.
擴展基本資訊
名稱 | ImgOpSec |
ID | nofnjaialambcjohmnfekkjjinnipmbi |
官方網址 | https://chromewebstore.google.com/detail/imgopsec/nofnjaialambcjohmnfekkjjinnipmbi |
簡介 | Loads the ImgOpSec page for a URL/Instagram. Right click on any image in your browser and go directly to the ImgOpSec page for it. |
檔案大小 | 4.26 KB |
安裝次數 | 174 |
目前版本 | 1.4 |
更新時間 | 2019-12-23 |
上架時間 | 2019-12-23 |
開發者 | https://www.imgopsec.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://www.imgopsec.com |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "short_name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "1.4", "default_locale": "en", "background": { "scripts": [ "extension.js" ] }, "icons": { "128": "icon128.png" }, "permissions": [ "contextMenus" ] } |