Save for later
Save tabs in window to be used later
Co to jest Save for later?
Save for later to rozszerzenie Chrome opracowane przez Allen Abraham, a jego główną funkcją jest „Save tabs in window to be used later”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Save for later
Pobierz pliki rozszerzeń Save for later 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 for later is a simple web extension used to save all your tabs in a clean and organised manner to be used at any time later.
Key features:
✔️ Save multiple tabs in a single save
✔️ Select tabs in open Window for more control
✔️ Saved sessions are available to be opened in single click
✔️ Edit Saves to have a memorable name
✔️ Delete used session when you’ve finished using them
✔️ Open individual links within a save
View the source code and contribute to this open source project at:
https://github.com/allen505/save-for-later Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | nkphlkgkhmdaecflflapohlkkchmcacc |
| Oficjalny URL | https://chromewebstore.google.com/detail/save-for-later/nkphlkgkhmdaecflflapohlkkchmcacc |
| Opis | Save tabs in window to be used later |
| Rozmiar pliku | 526 KB |
| Liczba instalacji | 5,629 |
| Aktualna Wersja | 1.2.1 |
| Ostatnia Aktualizacja | 2023-02-22 |
| Data Publikacji | 2020-03-06 |
| Ocena | 4.71/5 Łącznie 34 Oceny |
| Deweloper | Allen Abraham |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/allen505/save-for-later |
| Adres URL Strony Pomocy | https://github.com/allen505/save-for-later/issues |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Save for later",
"version": "1.2.1",
"description": "Save tabs in window to be used later",
"icons": {
"36": "icons\/main-36.png",
"48": "icons\/main-48.png",
"64": "icons\/main-64.png",
"96": "icons\/main-96.png",
"128": "icons\/main-128.png"
},
"permissions": [
"tabs",
"storage"
],
"background": {
"scripts": [
"node_modules\/webextension-polyfill\/dist\/browser-polyfill.min.js",
"background-script.js"
]
},
"browser_action": {
"default_icon": "icons\/main-64.png",
"default_title": "Save for later",
"default_popup": "popup\/main.html",
"browser_style": true
},
"offline_enabled": true
} | |