Restumble
StumbleUpon for your own bookmarks
Co to jest Restumble?
Restumble to rozszerzenie Chrome opracowane przez charleslai, a jego główną funkcją jest „StumbleUpon for your own bookmarks”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Restumble
Pobierz pliki rozszerzeń Restumble 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
Have bookmarks you saved but forgot about? Bored of reddit, facebook, imgur, and every other procrastination station on the internet? Restumble is a chrome extension inspired by StumbleUpon that returns a random bookmark from your list of bookmarks everytime you click the extension. And, once you're finished, leave it in your repost roulette or remove it forever to clean up your jungle of bookmarks. Remember, you are your own best content discovery engine.
Podstawowe informacje o rozszerzeniu
Nazwa | Restumble |
ID | ailekjbcdiedcfdjjnhlgdnlbdlphnhd |
Oficjalny URL | https://chromewebstore.google.com/detail/restumble/ailekjbcdiedcfdjjnhlgdnlbdlphnhd |
Opis | StumbleUpon for your own bookmarks |
Rozmiar pliku | 133 KB |
Liczba instalacji | 167 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2015-12-17 |
Data Publikacji | 2015-12-17 |
Ocena | 4.75/5 Łącznie 4 Oceny |
Deweloper | charleslai |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Restumble", "short_name": "Restumble", "version": "1.1", "description": "StumbleUpon for your own bookmarks", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": { "19": "img\/icon48.png", "38": "img\/icon48.png" } }, "web_accessible_resources": [ "img\/icon128.png" ], "permissions": [ "bookmarks" ], "background": { "scripts": [ "js\/jquery-2.0.3.min.js", "js\/hotkeys.js", "js\/bookmarks.js" ] } } |