Restumble
StumbleUpon for your own bookmarks
Cos'è Restumble?
Restumble è un'estensione di Chrome sviluppata da charleslai, e la sua funzione principale è "StumbleUpon for your own bookmarks".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Restumble
Scarica i file di estensione Restumble in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Restumble |
ID | ailekjbcdiedcfdjjnhlgdnlbdlphnhd |
URL Ufficiale | https://chromewebstore.google.com/detail/restumble/ailekjbcdiedcfdjjnhlgdnlbdlphnhd |
Descrizione | StumbleUpon for your own bookmarks |
Dimensione del File | 133 KB |
Conteggio Installazioni | 167 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2015-12-17 |
Data di Pubblicazione | 2015-12-17 |
Valutazione | 4.75/5 Totale 4 Valutazioni |
Sviluppatore | charleslai |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } } |