Stash It
Bookmarks any page to your account at Stash It
Co to jest Stash It?
Stash It to rozszerzenie Chrome opracowane przez https://stashit.pw, a jego główną funkcją jest „Bookmarks any page to your account at Stash It”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Stash It
Pobierz pliki rozszerzeń Stash It 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
Stash It is a service that allows you to save any webpage with the click of a button. It's useful for times you don't have time to look at something or just want to come back to it later.
Stash It is a great way to save your favorite articles on the web and we'll even keep a backup for you. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | kiampenlggkcbinagaglpcbhbghpdmah |
| Oficjalny URL | https://chromewebstore.google.com/detail/stash-it/kiampenlggkcbinagaglpcbhbghpdmah |
| Opis | Bookmarks any page to your account at Stash It |
| Rozmiar pliku | 11.28 KB |
| Liczba instalacji | 13 |
| Aktualna Wersja | 1.8 |
| Ostatnia Aktualizacja | 2015-09-11 |
| Data Publikacji | 2015-09-11 |
| Deweloper | https://stashit.pw |
| Typ Płatności | free |
| Strona Rozszerzenia | https://stashitt.pw |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Stash It",
"short_name": "Stash It",
"description": "Bookmarks any page to your account at Stash It",
"homepage_url": "https:\/\/stashit.pw",
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "icon-128.png",
"default_title": "Stash It"
},
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*",
"storage"
],
"version": "1.8",
"manifest_version": 2
} | |