Skip to content

Commit f715029

Browse files
committed
first commit
1 parent 3d957c5 commit f715029

3 files changed

Lines changed: 14 additions & 3 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
id("org.jetbrains.intellij") version "1.17.2"
55
}
66

7-
group = "com.devbrowser"
7+
group = "com.fashion.devbrowser"
88
version = "1.0.0"
99

1010
repositories {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# IntelliJ Platform Artifacts Repositories
22
# See https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html
33

4-
pluginGroup = com.devbrowser
4+
pluginGroup = com.fashion.devbrowser
55
pluginName = DevBrowser
66
pluginRepositoryUrl = https://github.com/fashionzzZ/devbrowser
77
# SemVer format -> https://semver.org

src/main/resources/META-INF/plugin.xml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,23 @@
88
<name>DevBrowser</name>
99

1010
<!-- A displayed Vendor name or Organization ID displayed on the Plugins Page. -->
11-
<vendor email="support@devbrowser.dev" url="https://www.devbrowser.dev">DevBrowser</vendor>
11+
<vendor email="xuefa921@gmail.com" url="https://github.com/fashionzzZ">Fashion</vendor>
1212

1313
<!-- Description of the plugin displayed on the Plugin Page and IDE Plugin Manager.
1414
Simple HTML elements (text formatting, paragraphs, and lists) can be added inside of <![CDATA[ ]]> tag.
1515
Guidelines: https://plugins.jetbrains.com/docs/marketplace/plugin-overview-page.html#plugin-description -->
1616
<description><![CDATA[
17+
<p>A developer friendly browser plugin integrated into IntelliJ IDEA</p>
18+
<h3>✨ Features:</h3>
19+
<ul>
20+
<li>🌐 Embedded Chromium Browser - Complete Modern Web Browsing Capability</li>
21+
<li>📱 Device mode switching - one click switching between PC/mobile viewport and User Agent</li>
22+
<li>⭐ Bookmark Management - Add, Edit, Delete, and Quickly Access Frequently Used Websites</li>
23+
<li>🎨 Darcula Theme Adaptation - Web pages automatically adapt to IDE dark themes, visually unified</li>
24+
<li>💾 Set persistence - automatically save browsing status, bookmarks, and configurations</li>
25+
</ul>
26+
27+
<h3>中文:</h3>
1728
<p>一个集成在 IntelliJ IDEA 中的开发者友好型浏览器插件</p>
1829
<h3>✨ 核心特性:</h3>
1930
<ul>

0 commit comments

Comments
 (0)