Paste List
Consecutively paste things
Paste Listとは何ですか?
Paste Listはhttps://dilanxd.comによって開発されたChromeの拡張機能で、その主な機能は「Consecutively paste things」です。
拡張機能のスクリーンショット
Paste List拡張機能のCRXファイルをダウンロード
Paste List拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Take each "copy" out of "copy paste copy paste copy paste copy paste". Paste List is a browser extension for Google Chrome that simplifies repeated pasting. Create lists of text, then head over to a webpage and activate one. As you paste an item somewhere, the next one will automatically be copied to your clipboard.
- Easily manage multiple lists of text (add items, move items, and delete items as needed)
- Activate a list using the extension popup (pin the extension to make it easy to access)
- Press 'Start' on the overlay that appears on the page and watch how the overlay updates with your clipboard as you paste
- 'Skip' any list item when pasting or 'Stop' it completely (it also stops if you make it to the end of the list or if you activate another list)
- Use optional keyboard shortcuts when editing lists ('ctl/cmd + enter' to add a new item, 'ctl/cmd + s' to save the list) 拡張機能の基本情報
| 名前 | |
| ID | nolfbfhaicjldjodgafpaheehkolchdf |
| 公式URL | https://chromewebstore.google.com/detail/paste-list/nolfbfhaicjldjodgafpaheehkolchdf |
| 説明 | Consecutively paste things |
| ファイルサイズ | 173 KB |
| インストール数 | 80 |
| 現在のバージョン | 0.2.0 |
| 最終更新日 | 2022-09-03 |
| 公開日 | 2022-08-24 |
| 開発者 | https://dilanxd.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.dilanxd.com |
| プライバシーポリシーページのURL | https://www.dilanxd.com/privacy |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Paste List",
"description": "Consecutively paste things",
"version": "0.2.0",
"author": "Dilan Nair",
"manifest_version": 3,
"icons": {
"16": "\/icons\/icon16.png",
"32": "\/icons\/icon32.png",
"48": "\/icons\/icon48.png",
"128": "\/icons\/icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*\/*"
],
"js": [
"webcomponents-bundle.js",
"element.js",
"content.js"
]
}
],
"permissions": [
"storage"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "\/icons\/icon16.png",
"32": "\/icons\/icon32.png",
"48": "\/icons\/icon48.png",
"128": "\/icons\/icon128.png"
}
}
} | |