Blue Links
Copy Google search results links with a single click
Blue Linksとは何ですか?
Blue Linksはhttps://www.seomemento.comによって開発されたChromeの拡張機能で、その主な機能は「Copy Google search results links with a single click」です。
拡張機能のスクリーンショット
Blue Links拡張機能のCRXファイルをダウンロード
Blue Links拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Blue Links lets you copy Google search results with a single click! Enter a search term in Google, hit enter and then click on the icon. Just that simple!
拡張機能の基本情報
名前 | Blue Links |
ID | ifbkibkfjbedaipjhinjedldejnaikak |
公式URL | https://chromewebstore.google.com/detail/blue-links/ifbkibkfjbedaipjhinjedldejnaikak |
説明 | Copy Google search results links with a single click |
ファイルサイズ | 41.51 KB |
インストール数 | 135 |
現在のバージョン | 0.3 |
最終更新日 | 2023-11-10 |
公開日 | 2022-11-29 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://www.seomemento.com |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_icon": "icon-128.png", "default_title": "Blue Links" }, "name": "Blue Links", "description": "Copy Google search results links with a single click ", "homepage_url": "https:\/\/www.seomemento.com", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "activeTab", "scripting" ], "version": "0.3", "manifest_version": 3 } |