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 |
公式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 |
Eメール | [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" ] } |