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" ] } ] } |