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.
擴展基本資訊
名稱 | Pasty |
ID | hdjihnnclpjhfdbbinmgoiehhoehhlgf |
官方網址 | 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" ] } |