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 |
官方網址 | 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" ] } } |