HiddenTools for Google Chrome™
The easiest way to access all the productivity settings and developer tools hidden in the Google Chrome™ browser.
HiddenTools for Google Chrome™คืออะไร?
HiddenTools for Google Chrome™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mydknyght และคุณลักษณะหลักของมันคือ "The easiest way to access all the productivity settings and developer tools hidden in the Google Chrome™ browser."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HiddenTools for Google Chrome™
ดาวน์โหลดไฟล์ส่วนขยาย HiddenTools for Google Chrome™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The Google Chrome™ browser is hiding a number of settings and tools under the prefix “chrome://” as many power users and developers are aware. HiddenTools gives you access to all these Chrome pages and more in a convenient, efficient, and beautiful menu system. Accessible Chrome pages include: - Applications – all your installed Chrome applications in one place (chrome://apps) - Bookmarks – the Chrome bookmarks manager (chrome://bookmarks) - Devices – connected devices such as printers on your network (chrome://devices) - DevTools - hidden settings for developers (chrome://inspect) - Dino Game – the scrolling game hidden in your Chrome browser (chrome://dino) - Downloads – recently downloaded items (chrome://downloads) - Extensions – manage your installed Chrome extensions (chrome://extensions) - Experiments – access experimental Chrome features unreleased to the public (chrome://flags) - History – your web browsing history (chrome://history) - About Chrome – Chrome version numbers and issue reporting (chrome://chrome) - Settings – settings including for browser experience (chrome://settings) - Web Store – the Chrome web store for more apps and extensions (https://chrome.google.com/webstore) - Print - Prints the current page using Chrome's print dialog - Source Code - view the current page's source code using the prefix "view-source" Full paid version is here also! The paid version has no advertising. See the link in the extension for details. New in v3.0: - New branding: We are now HiddenTools for Google Chrome™ New in v4.0: - Totally reorganized menu featuring new "hidden" tools! - Updated affiliate links - Removed deprecated links New in v4.1 - Updated affiliate links - Removed deprecated links - Reorganized menu based on new Google Chrome™ settings ****************** PRIVACY NOTE: This extension needs access to your active browser tab in order to print and launch the source code viewer. At no time does it transmit any personal data or information to the developer. ADVERTISING NOTE: This free version does not insert advertising into your browser. The only advertising in the extension is a small link at the bottom of the extension popup window that links to our affiliate pages. Please consider purchasing through the links provided. Your contributions will help keep this extension running. TRADEMARK NOTE: The HiddenTools extension is in no way owned or connected to Google LLC. Google Chrome™ is a trademark of Google. Use of the Chrome trademark is subject to Google Permissions.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | HiddenTools for Google Chrome™ |
ID | jhcdplpmjpchlfjfihdpimbakifjnnda |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/hiddentools-for-google-ch/jhcdplpmjpchlfjfihdpimbakifjnnda |
คำอธิบาย | The easiest way to access all the productivity settings and developer tools hidden in the Google Chrome™ browser. |
ขนาดไฟล์ | 156 KB |
จำนวนการติดตั้ง | 12,356 |
เวอร์ชันปัจจุบัน | 4.1 |
อัปเดตครั้งล่าสุด | 2022-10-18 |
วันที่เผยแพร่ | 2020-05-16 |
คะแนน | 4.42/5 รวมทั้งหมด 45 คะแนน |
ผู้พัฒนา | mydknyght |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://mydknyghtllc.weebly.com/ |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HiddenTools for Google Chrome\u2122", "description": "The easiest way to access all the productivity settings and developer tools hidden in the Google Chrome\u2122 browser.", "version": "4.1", "options_ui": { "page": "options.html", "open_in_tab": false }, "browser_action": { "default_icon": "logo_16.png", "default_popup": "popup.html", "default_title": "" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "logo_16.png", "48": "logo_48.png", "128": "logo_128.png" }, "permissions": [ "activeTab", "storage" ], "short_name": "HiddenTools Pro" } |