SaveLinks.in
Save Website Links, bookmark videos for free
Co to jest SaveLinks.in?
SaveLinks.in to rozszerzenie Chrome opracowane przez https://savelinks.in, a jego główną funkcją jest „Save Website Links, bookmark videos for free”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia SaveLinks.in
Pobierz pliki rozszerzeń SaveLinks.in 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
Save and organise important website links, videos and access them anywhere you want on any device. If you want to bookmark your web links and videos on the cloud then savelinks.in is the perfect tool for you.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | eogfnfjchpapjbhfanconfbcghjenjni |
Oficjalny URL | https://chromewebstore.google.com/detail/savelinksin/eogfnfjchpapjbhfanconfbcghjenjni |
Opis | Save Website Links, bookmark videos for free |
Rozmiar pliku | 9.95 KB |
Liczba instalacji | 16 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2018-01-14 |
Data Publikacji | 2018-01-14 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | https://savelinks.in |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://savelinks.in |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SaveLinks.in", "manifest_version": 2, "description": "Save Website Links, bookmark videos for free", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_title": "Save to SaveLinks.in", "default_popup": "popup.html" }, "permissions": [ "activeTab", "tabs", "storage", "cookies", "http:\/\/savelinks.in\/" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "script.js" ] } ], "background": { "scripts": [ "background.js" ] } } |