Backend
Enables quick access to the backyard screen, 'chrome://' and 'about:' pages.
Backend là gì?
Backend là một tiện ích mở rộng Chrome được phát triển bởi https://tetsuwo.tumblr.com, và tính năng chính của nó là "Enables quick access to the backyard screen, 'chrome://' and 'about:' pages.".
Ả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 Backend
Tải xuống các tệp mở rộng Backend 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
Backend Chrome Extension ======================== Enables quick access to the backyard screen, 'chrome://' and 'about:' pages. Chrome Web Store https://chrome.google.com/webstore/detail/eiingmhoibigiplopcmepmahoihedjnk ABILITY ------- - chrome://settings/clearBrowserData - chrome://settings/siteData - chrome://settings/content/cookies - chrome://chrome-urls/ - chrome://settings/content - chrome://settings/languages - chrome://settings/ - chrome://extensions/ - https://chrome.google.com/webstore/category/extensions - https://chrome.google.com/webstore/category/themes - https://chrome.google.com/webstore/category/apps - chrome://downloads - chrome://history/ - chrome://bookmarks - chrome://components - chrome://cache - chrome://dns - chrome://network - chrome://histograms - chrome://version - chrome://flags - chrome://settings/help/ CHANGE LOG ---------- https://github.com/tetsuwo/backend-chrome.ext/blob/master/CHANGELOG.md ELSEWHERE --------- - Bugs and Issues https://github.com/tetsuwo/backend-chrome.ext/issues ... Report Bugs and Issues AUTHOR ------ Tetsuwo OISHI - [email protected] / http://fb.me/tetsuwo / http://twitter.com/tetsukamp
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Backend |
ID | eiingmhoibigiplopcmepmahoihedjnk |
URL Chính Thức | https://chromewebstore.google.com/detail/backend/eiingmhoibigiplopcmepmahoihedjnk |
Mô tả | Enables quick access to the backyard screen, 'chrome://' and 'about:' pages. |
Kích Thước Tệp | 11.89 KB |
Số Lần Cài Đặt | 983 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2017-10-19 |
Ngày Phát Hành | 2017-10-19 |
Đánh Giá | 4.82/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | https://tetsuwo.tumblr.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://tetsuwo.tumblr.com/ |
URL Trang Trợ Giúp | http://twitter.com/tetsukamp |
Ngôn Ngữ Được Hỗ Trợ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_ext_name__", "description": "__MSG_ext_description__", "default_locale": "en", "browser_action": { "default_icon": "images\/128.png", "default_popup": "popup.html" }, "icons": { "16": "images\/128.png", "48": "images\/128.png", "64": "images\/128.png" }, "permissions": [ "tabs" ], "version": "1.0.0", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/platform.twitter.com https:\/\/apis.google.com; frame-src https:\/\/plusone.google.com https:\/\/www.facebook.com https:\/\/platform.twitter.com; object-src 'self'" } |