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 |
官方網址 | 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" ] } ] } |