Restumble
StumbleUpon for your own bookmarks
Restumble là gì?
Restumble là một tiện ích mở rộng Chrome được phát triển bởi charleslai, và tính năng chính của nó là "StumbleUpon for your own bookmarks".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Restumble
Tải xuống các tệp mở rộng Restumble dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Restumble |
ID | ailekjbcdiedcfdjjnhlgdnlbdlphnhd |
URL Chính Thức | https://chromewebstore.google.com/detail/restumble/ailekjbcdiedcfdjjnhlgdnlbdlphnhd |
Mô tả | StumbleUpon for your own bookmarks |
Kích Thước Tệp | 133 KB |
Số Lần Cài Đặt | 167 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2015-12-17 |
Ngày Phát Hành | 2015-12-17 |
Đánh Giá | 4.75/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | charleslai |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } } |