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! 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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
} | |