Restumble
StumbleUpon for your own bookmarks
什么是Restumble?
Restumble是由charleslai开发的Chrome扩展程序,该扩展的主要功能是“StumbleUpon for your own bookmarks”。
扩展截图
下载Restumble扩展crx文件
下载Restumble扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Restumble |
ID | ailekjbcdiedcfdjjnhlgdnlbdlphnhd |
官方URL | https://chromewebstore.google.com/detail/restumble/ailekjbcdiedcfdjjnhlgdnlbdlphnhd |
简介 | StumbleUpon for your own bookmarks |
文件大小 | 133 KB |
安装次数 | 167 |
当前版本 | 1.1 |
更新时间 | 2015-12-17 |
上架时间 | 2015-12-17 |
评分 | 4.75/5 共4次评分 |
开发者 | charleslai |
付费类型 | free |
支持的语言 | 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" ] } } |