PasteEnabler
Paste when you're not allowed, copy when you're not allowed!
PasteEnablerとは何ですか?
PasteEnablerはhttps://jonlu.caによって開発されたChromeの拡張機能で、その主な機能は「Paste when you're not allowed, copy when you're not allowed!」です。
拡張機能のスクリーンショット
PasteEnabler拡張機能のCRXファイルをダウンロード
PasteEnabler拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Reenables the following functionality on sites that disable it: * Ability to paste content * Ability to copy content * Ability to cut content * Ability to right click content * Ability to autocomplete certain inputs * Ability to select text * Ability to drag and drop text to/from inputs If a website does not allow you to copy and paste, or do any of the above, simply click the icon and try again! Source code here: https://github.com/jonluca/PasteEnabler Open an issue on GitHub if there are any sites on which this extension does not work!
拡張機能の基本情報
名前 | PasteEnabler |
ID | dhadehfniifbmemochpmbofcjckpdnnl |
公式URL | https://chromewebstore.google.com/detail/pasteenabler/dhadehfniifbmemochpmbofcjckpdnnl |
説明 | Paste when you're not allowed, copy when you're not allowed! |
ファイルサイズ | 28.6 KB |
インストール数 | 2,141 |
現在のバージョン | 0.3 |
最終更新日 | 2021-06-10 |
公開日 | 2019-05-03 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | https://jonlu.ca |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://github.com/jonluca/RideShare-Trip-Stats/blob/master/PRIVACY.md |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PasteEnabler", "description": "Paste when you're not allowed, copy when you're not allowed!", "version": "0.3", "background": { "scripts": [ "js\/background.js" ] }, "permissions": [ "activeTab" ], "browser_action": { "default_icon": "images\/icon.png" }, "icons": { "64": "images\/icon64.png", "32": "images\/icon32.png", "38": "images\/icon.png", "128": "images\/icon128.png" }, "homepage_url": "https:\/\/jonlu.ca", "web_accessible_resources": [ "js\/*" ] } |