Web Store Redirector
Redirect from main page Chrome Web Store to extensions or themes section.
Web Store Redirector là gì?
Web Store Redirector là một tiện ích mở rộng Chrome được phát triển bởi http://www.extensions-for-chrome.com, và tính năng chính của nó là "Redirect from main page Chrome Web Store to extensions or themes section.".
Ả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 Web Store Redirector
Tải xuống các tệp mở rộng Web Store Redirector 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
This extension makes it easy entrance to extensions and themes section. In option you can choose section between extensions, themes or main page Chrome Web Store.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bffpbfkhfnmmceobpkjnkfehifbjbjoe |
URL Chính Thức | https://chrome.google.com/webstore/detail/web-store-redirector/bffpbfkhfnmmceobpkjnkfehifbjbjoe |
Mô tả | Redirect from main page Chrome Web Store to extensions or themes section. |
Kích Thước Tệp | 54.21 KB |
Số Lần Cài Đặt | 21 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2013-09-21 |
Ngày Phát Hành | 2013-09-21 |
Đánh Giá | 3.80/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | http://www.extensions-for-chrome.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Web Store Redirector", "description": "Redirect from main page Chrome Web Store to extensions or themes section.", "version": "1.0", "manifest_version": 2, "background": { "scripts": [ "jquery.js", "background.js" ] }, "options_page": "options.html", "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "img\/ico_16.png", "48": "img\/ico_48.png", "128": "img\/ico_128.png" } } |