Pasty
Create tabs from clipboard URL list
什么是Pasty?
Pasty是由https://oov.ch开发的Chrome扩展程序,该扩展的主要功能是“Create tabs from clipboard URL list”。
扩展截图
下载Pasty扩展crx文件
下载Pasty扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Pasty is a very simple multiple URL opener.
================================
http://google.com/
http://gmail.com/
http://maps.google.com/
================================
Please copy the URL list above and then click/touch the Pasty icon.
No need to paste, just click the icon.
Changelog:
v1.8
- Remove the options page.
v1.7
- Reimplement.
v1.6
- Manifest v3.
v1.5
- Update manifest.
v1.4
- Automatic paste with clipboardRead permission.
v1.3
- Remove "tabs" permission.
- Remove background page.
- "ttp://" and "ttps://" support.
v1.2
- Textarea resizer disabled / etc.
v1.1
- New url finder.
v1.0
- Initial release.
Sourcecode:
https://github.com/oov/Pasty
I do not sell this extension to anyone.
Please do not email me for such purposes. 扩展基本信息
| 名称 | |
| ID | hdjihnnclpjhfdbbinmgoiehhoehhlgf |
| 官方URL | https://chromewebstore.google.com/detail/pasty/hdjihnnclpjhfdbbinmgoiehhoehhlgf |
| 简介 | Create tabs from clipboard URL list |
| 文件大小 | 21.3 KB |
| 安装次数 | 121,547 |
| 当前版本 | 1.8 |
| 更新时间 | 2023-09-06 |
| 上架时间 | 2018-06-08 |
| 评分 | 4.81/5 共53次评分 |
| 开发者 | https://oov.ch |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/oov/Pasty |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"action": {
"default_title": "Pasty",
"default_icon": "pasty48.png",
"default_popup": "popup.html"
},
"browser_specific_settings": {
"gecko": {
"id": "{99489097-f01c-473b-ac99-ae706b5b7b96}",
"strict_min_version": "109.0"
}
},
"description": "Create tabs from clipboard URL list",
"icons": {
"128": "pasty128.png",
"48": "pasty48.png"
},
"manifest_version": 3,
"name": "Pasty",
"version": "1.8",
"permissions": [
"clipboardRead"
]
} | |