Enable Paste
Vihaan Info Solutions
什么是Enable Paste?
Enable Paste是由rakeshpawar666开发的Chrome扩展程序,该扩展的主要功能是“Vihaan Info Solutions”。
扩展截图
下载Enable Paste扩展crx文件
下载Enable Paste扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension lets you enable Copy & Paste
扩展基本信息
名称 | |
ID | mbiebkejljkljddhjfegppjnfbhcbnpe |
官方URL | https://chrome.google.com/webstore/detail/enable-paste/mbiebkejljkljddhjfegppjnfbhcbnpe |
简介 | Vihaan Info Solutions |
文件大小 | 98.12 KB |
安装次数 | 2,125 |
当前版本 | 0.1.2 |
更新时间 | 2019-08-16 |
上架时间 | 2019-08-15 |
评分 | 5.00/5 共1次评分 |
开发者 | rakeshpawar666 |
付费类型 | free |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Enable Paste", "description": "Vihaan Info Solutions", "version": "0.1.2", "manifest_version": 2, "icons": { "16": "v_latter16.png", "48": "v_latter48.png", "128": "v_latter128.png" }, "browser_action": { "default_icon": "v_latter48.png", "default_popup": "popup.html", "default_title": "VIHAAN INFO SOLUTIONS" }, "permissions": [ "http:\/\/localhost:54222\/*", "https:\/\/stackoverflow.com\/*", "http:\/\/policyinsurancecrm.com\/*" ], "content_scripts": [ { "matches": [ "http:\/\/localhost:54222\/*", "https:\/\/stackoverflow.com\/*", "http:\/\/policyinsurancecrm.com\/*" ], "js": [ "scripts\/content.js", "scripts\/fingerprint2.js", "scripts\/jquery.min.js" ] } ] } |