Reddit : Jump to subReddit
Find all subReddit listed on a page and open them from the context menu.
Reddit : Jump to subReddit là gì?
Reddit : Jump to subReddit là một tiện ích mở rộng Chrome được phát triển bởi Arnaud Lepaul, và tính năng chính của nó là "Find all subReddit listed on a page and open them from the context menu.".
Ả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 Reddit : Jump to subReddit
Tải xuống các tệp mở rộng Reddit : Jump to subReddit 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
Jump from a subReddit to another via the context menu. Just open a Reddit.com page and you'll get a context menu with all subReddits listed in the page. The extension catch the following patterns : - r/subreddit - /r/subreddit Changelog 0.9 - Initial release 1.0.0 - New : Refresh Context menu entry 2.0.0 - Change : Using Google Chrome Manifest v2 2.0.1 - New : Auto refresh when changing tab (context menu always up-to-date when browsing a Reddit Tab) - Change : No context menu when not on a Reddit Tab 2.0.2 - Change : Renamed to "Reddit : Jump to subReddit" 2.0.3 - Fix : changed RegExp 2.0.4 - Bugfix
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Reddit : Jump to subReddit |
ID | jllllodicenbdlcllpfjekckcdmncbac |
URL Chính Thức | https://chromewebstore.google.com/detail/reddit-jump-to-subreddit/jllllodicenbdlcllpfjekckcdmncbac |
Mô tả | Find all subReddit listed on a page and open them from the context menu. |
Kích Thước Tệp | 53.74 KB |
Số Lần Cài Đặt | 63 |
Phiên Bản Hiện Tại | 2.0.4 |
Cập Nhật Lần Cuối | 2013-07-16 |
Ngày Phát Hành | 2013-07-16 |
Nhà Phát Triển | Arnaud Lepaul |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "2.0.4", "name": "Reddit : Jump to subReddit", "description": "Find all subReddit listed on a page and open them from the context menu.", "icons": { "128": "icon-large.png", "16": "icon-bitty.png", "48": "icon-small.png" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "content_scripts": [ { "js": [ "jquery.min.js", "content_script.js" ], "matches": [ "http:\/\/www.reddit.com\/*" ] } ], "permissions": [ "tabs", "contextMenus", "notifications" ], "web_accessible_resources": [ "icon-small.png" ] } |