Blue Links
Copy Google search results links with a single click
Co to jest Blue Links?
Blue Links to rozszerzenie Chrome opracowane przez https://www.seomemento.com, a jego główną funkcją jest „Copy Google search results links with a single click”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Blue Links
Pobierz pliki rozszerzeń Blue Links w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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! Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ifbkibkfjbedaipjhinjedldejnaikak |
| Oficjalny URL | https://chromewebstore.google.com/detail/blue-links/ifbkibkfjbedaipjhinjedldejnaikak |
| Opis | Copy Google search results links with a single click |
| Rozmiar pliku | 41.51 KB |
| Liczba instalacji | 135 |
| Aktualna Wersja | 0.3 |
| Ostatnia Aktualizacja | 2023-11-10 |
| Data Publikacji | 2022-11-29 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | https://www.seomemento.com |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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
} | |