Browser Internals
Access all about:about pages from a stylish toolbar popup!
Browser Internals क्या है?
Browser Internals Benni द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Access all about:about pages from a stylish toolbar popup!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Browser Internals एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Browser Internals (formerly known as Under the Hood) is a browser extension to give you access to all internal pages (i.e. about:about) in your browser. To operate with this addon, just open the toolbar popup and click on the desired icon. Left-click will open the page in a new inactive tab, and the middle click opens the page in an active tab. Few features: 1. Icons are drag-able. Simply drag and drop icons to your desired position. 2. Expand button shows all the hidden icons. 3. Icon size and popup background color can be changed through the settings toolbar. 4. You can adjust the popup size through the settings toolbar. 5. All settings are auto-saved to the memory. Note: to report bugs, please fill the bug report form on the addon's homepage (https://mybrowseraddon.com/under-the-hood.html).
एक्सटेंशन की मूल जानकारी
नाम | Browser Internals |
ID | gdpfncddojccckefniplicdpceecfkmo |
आधिकारिक URL | https://chromewebstore.google.com/detail/browser-internals/gdpfncddojccckefniplicdpceecfkmo |
विवरण | Access all about:about pages from a stylish toolbar popup! |
फ़ाइल का आकार | 235 KB |
स्थापना संख्या | 2,818 |
वर्तमान संस्करण | 0.1.4 |
अंतिम अपडेट | 2023-11-07 |
प्रकाशन तिथि | 2019-04-05 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | Benni |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://mybrowseraddon.com/under-the-hood.html |
सहायता पृष्ठ URL | https://mybrowseraddon.com/under-the-hood.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.4", "manifest_version": 3, "offline_enabled": true, "permissions": [ "storage" ], "name": "Browser Internals", "homepage_url": "https:\/\/mybrowseraddon.com\/under-the-hood.html", "description": "Access all about:about pages from a stylish toolbar popup!", "commands": { "_execute_action": [] }, "background": { "service_worker": "background.js" }, "action": { "default_title": "Browser Internals", "default_popup": "data\/popup\/popup.html", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |