SuperDev Pro
A must-have browser extension for web development.
SuperDev Proとは何ですか?
SuperDev Proはhttps://superdevpro.comによって開発されたChromeの拡張機能で、その主な機能は「A must-have browser extension for web development.」です。
拡張機能のスクリーンショット
SuperDev Pro拡張機能のCRXファイルをダウンロード
SuperDev Pro拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
SuperDev Pro is a 14-in-1 browser extension 🧩 for web development that allows you to inspect, edit and refine any website right within the browser. Works on every website regardless of the frameworks, plugins, libraries, or themes used.
❇️ Features List
*️⃣ CSS Inspector: Inspect or edit website elements.
*️⃣ Live Text Editor: Edit text on a website instantly.
*️⃣ Fonts Changer: Try 1100+ Google and local fonts.
*️⃣ List All Fonts: Identify all fonts used on a website.
*️⃣ Color Picker: Pick colors from a website at pixel level.
*️⃣ Color Palette: Discover all colors used on a website.
*️⃣ Move Element: Easily move website elements.
*️⃣ Delete Element: Delete or hide website elements.
*️⃣ Export Element: Export elements from a website.
*️⃣ Extract Images: Extract any image from a website.
*️⃣ Page Ruler: Measure anything on a website.
*️⃣ Page Outliner: Outline the entire website or an HTML tag.
*️⃣ Image Replacer: Replace website images with local images.
*️⃣ Take Screenshot: Capture different types of screenshots. 拡張機能の基本情報
| 名前 | |
| ID | jlkikimlceonbmfjieipbonnglnlchhl |
| 公式URL | https://chromewebstore.google.com/detail/superdev-pro/jlkikimlceonbmfjieipbonnglnlchhl |
| 説明 | A must-have browser extension for web development. |
| ファイルサイズ | 6.15 MB |
| インストール数 | 4,018 |
| 現在のバージョン | 3.4.7 |
| 最終更新日 | 2024-02-26 |
| 公開日 | 2022-10-17 |
| 評価 | 4.78/5 合計 18 レビュー |
| 開発者 | https://superdevpro.com |
| Eメール | [email protected] |
| 支払い方法 | in_app |
| 拡張機能のウェブサイト | https://superdevpro.com/ |
| ヘルプページのURL | https://superdevpro.com/contact |
| プライバシーポリシーページのURL | https://superdevpro.com/privacy |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "SuperDev Pro",
"version": "3.4.7",
"author": "SuperDev Pro",
"description": "A must-have browser extension for web development.",
"manifest_version": 3,
"minimum_chrome_version": "101",
"permissions": [
"storage",
"unlimitedStorage",
"activeTab",
"contextMenus",
"tabs",
"scripting",
"declarativeNetRequest"
],
"host_permissions": [
" | |