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 |
官方網址 | 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 } |