This repository has been archived by the owner on Sep 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
82 changed files
with
5,704 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio Version 16 | ||
VisualStudioVersion = 16.0.29728.190 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Chrome Extension Assistant", "Chrome Extension Assistant\Chrome Extension Assistant.csproj", "{02925080-DE0A-4C2B-B691-5452C8023352}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Release|Any CPU = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{02925080-DE0A-4C2B-B691-5452C8023352}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{02925080-DE0A-4C2B-B691-5452C8023352}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{02925080-DE0A-4C2B-B691-5452C8023352}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{02925080-DE0A-4C2B-B691-5452C8023352}.Release|Any CPU.Build.0 = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(ExtensibilityGlobals) = postSolution | ||
SolutionGuid = {C910E5E6-3D94-4838-B4BD-670C7F1A4E0D} | ||
EndGlobalSection | ||
EndGlobal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<Application x:Class="Chrome_Extension_Assistant.App" | ||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | ||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | ||
xmlns:local="clr-namespace:Chrome_Extension_Assistant" | ||
StartupUri="MainWindow.xaml"> | ||
<Application.Resources> | ||
<ResourceDictionary> | ||
<ResourceDictionary.MergedDictionaries> | ||
<ResourceDictionary Source="pack://application:,,,/MaterialDesignThemes.Wpf;component/Themes/MaterialDesignTheme.Light.xaml" /> | ||
<ResourceDictionary Source="pack://application:,,,/MaterialDesignThemes.Wpf;component/Themes/MaterialDesignTheme.Defaults.xaml" /> | ||
<ResourceDictionary Source="pack://application:,,,/MaterialDesignColors;component/Themes/Recommended/Primary/MaterialDesignColor.DeepPurple.xaml" /> | ||
<ResourceDictionary Source="pack://application:,,,/MaterialDesignColors;component/Themes/Recommended/Accent/MaterialDesignColor.Lime.xaml" /> | ||
</ResourceDictionary.MergedDictionaries> | ||
</ResourceDictionary> | ||
</Application.Resources> | ||
</Application> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
using System; | ||
using System.Collections.Generic; | ||
using System.Configuration; | ||
using System.Data; | ||
using System.Linq; | ||
using System.Threading.Tasks; | ||
using System.Windows; | ||
|
||
namespace Chrome_Extension_Assistant | ||
{ | ||
/// <summary> | ||
/// Interaction logic for App.xaml | ||
/// </summary> | ||
public partial class App : Application | ||
{ | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
using System.Windows; | ||
|
||
[assembly: ThemeInfo( | ||
ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located | ||
//(used if a resource is not found in the page, | ||
// or application resource dictionaries) | ||
ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located | ||
//(used if a resource is not found in the page, | ||
// app, or any theme specific resource dictionaries) | ||
)] |
16 changes: 16 additions & 0 deletions
16
Chrome Extension Assistant/Chrome Extension Assistant.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop"> | ||
|
||
<PropertyGroup> | ||
<OutputType>WinExe</OutputType> | ||
<TargetFramework>netcoreapp3.1</TargetFramework> | ||
<RootNamespace>Chrome_Extension_Assistant</RootNamespace> | ||
<UseWPF>true</UseWPF> | ||
<ApplicationManifest>app.manifest</ApplicationManifest> | ||
<ApplicationIcon>icon.ico</ApplicationIcon> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="MaterialDesignThemes" Version="3.0.1" /> | ||
</ItemGroup> | ||
|
||
</Project> |
20 changes: 20 additions & 0 deletions
20
Chrome Extension Assistant/Chrome Extension Assistant.csproj.user
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> | ||
<DebuggerFlavor>ProjectDebugger</DebuggerFlavor> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<ActiveDebugProfile>Chrome Extension Assistant</ActiveDebugProfile> | ||
<_LastSelectedProfileId>C:\Users\Sakkyoi\Documents\My Project\Chrome-Extension-Assistant\Chrome Extension Assistant\Chrome Extension Assistant\Properties\PublishProfiles\FolderProfile.pubxml</_LastSelectedProfileId> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<ApplicationDefinition Update="App.xaml"> | ||
<SubType>Designer</SubType> | ||
</ApplicationDefinition> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Page Update="MainWindow.xaml"> | ||
<SubType>Designer</SubType> | ||
</Page> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
<!-- UI Design via Material Design Theme(https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit) --> | ||
<Window x:Class="Chrome_Extension_Assistant.MainWindow" | ||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | ||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | ||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" | ||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" | ||
xmlns:materialDesign="http://materialdesigninxaml.net/winfx/xaml/themes" | ||
xmlns:local="clr-namespace:Chrome_Extension_Assistant" | ||
mc:Ignorable="d" | ||
Title="Chrome Extension Assistant" Height="300" Width="800"> | ||
<Grid> | ||
<materialDesign:DialogHost Name="AddDialog" CloseOnClickAway="True"> | ||
<materialDesign:DialogHost.DialogContent> | ||
<StackPanel Margin="20,20,20,10"> | ||
<TextBlock Style="{DynamicResource MaterialDesignTitleTextBlock}">Please Enter Chrome Extension ID:</TextBlock> | ||
<TextBox Width="300" Name="AddExtensionId"></TextBox> | ||
<StackPanel Orientation="Horizontal" HorizontalAlignment="Right"> | ||
<Button Style="{StaticResource MaterialDesignFlatButton}" Margin="0,8,0,0" IsCancel="True" Command="materialDesign:DialogHost.CloseDialogCommand" Cursor="Hand">CANCEL</Button> | ||
<Button Style="{StaticResource MaterialDesignFlatButton}" Margin="0,8,0,0" IsDefault="True" Cursor="Hand" Name="AddButton" Click="AddButton_Click">ADD</Button> | ||
</StackPanel> | ||
</StackPanel> | ||
</materialDesign:DialogHost.DialogContent> | ||
<Button Style="{DynamicResource MaterialDesignFloatingActionButton}" Command="{x:Static materialDesign:DialogHost.OpenDialogCommand}" Margin="0,0,10,16" HorizontalAlignment="Right" VerticalAlignment="Bottom" Cursor="Hand"> | ||
<materialDesign:PackIcon Kind="Plus" Height="20" Width="20"></materialDesign:PackIcon> | ||
</Button> | ||
</materialDesign:DialogHost> | ||
|
||
<materialDesign:DialogHost Name="MessageDialog" CloseOnClickAway="True" DialogClosing="MessageDialog_Cancel"> | ||
<materialDesign:DialogHost.DialogContent> | ||
<StackPanel Margin="20,20,20,10" MinWidth="150"> | ||
<StackPanel Orientation="Horizontal"> | ||
<materialDesign:PackIcon Height="40" Width="40" Name="MessageDialogIcon" Kind="InfoCircle"></materialDesign:PackIcon> | ||
<TextBlock Style="{DynamicResource MaterialDesignTitleTextBlock}" VerticalAlignment="Center" Name="MessageDialogContent" Margin="8,0,0,0"></TextBlock> | ||
</StackPanel> | ||
<Button Style="{StaticResource MaterialDesignFlatButton}" Margin="0,8,0,0" IsCancel="True" Command="materialDesign:DialogHost.CloseDialogCommand" Cursor="Hand" Name="MessageDialogOkButton" HorizontalAlignment="Right">OK</Button> | ||
</StackPanel> | ||
</materialDesign:DialogHost.DialogContent> | ||
</materialDesign:DialogHost> | ||
|
||
<materialDesign:DialogHost Name="DeleteDialog" CloseOnClickAway="True"> | ||
<materialDesign:DialogHost.DialogContent> | ||
<StackPanel Margin="20,20,20,10"> | ||
<StackPanel Orientation="Horizontal"> | ||
<materialDesign:PackIcon Height="40" Width="40" Kind="Alert" Foreground="Firebrick"></materialDesign:PackIcon> | ||
<TextBlock Style="{DynamicResource MaterialDesignTitleTextBlock}" VerticalAlignment="Center" Name="DeleteDialogContent" Margin="8,0,0,0"></TextBlock> | ||
</StackPanel> | ||
<StackPanel Orientation="Horizontal" HorizontalAlignment="Right"> | ||
<Button Style="{StaticResource MaterialDesignFlatButton}" Margin="0,8,0,0" IsCancel="True" Command="materialDesign:DialogHost.CloseDialogCommand" Cursor="Hand" Click="CancelDeleteButton_Click">No</Button> | ||
<Button Style="{StaticResource MaterialDesignFlatButton}" Margin="0,8,0,0" IsDefault="True" Cursor="Hand" Name="SureDeleteButton" Click="SureDeleteButton_Click">Yes</Button> | ||
</StackPanel> | ||
</StackPanel> | ||
</materialDesign:DialogHost.DialogContent> | ||
</materialDesign:DialogHost> | ||
|
||
<materialDesign:Card Margin="16,16,76,16" Panel.ZIndex="-1"> | ||
<ListView Name="ExtensionId" MouseDoubleClick="ExtensionId_DoubleClick" MouseLeftButtonUp="ExtensionIdSelectedItem_Cancel" MouseRightButtonUp="ExtensionIdSelectedItem_Cancel"> | ||
<ListView.View> | ||
<GridView> | ||
<GridViewColumn Header="Extension ID()" x:Name="ExtensionIdHeader"></GridViewColumn> | ||
</GridView> | ||
</ListView.View> | ||
</ListView> | ||
</materialDesign:Card> | ||
</Grid> | ||
</Window> |
Oops, something went wrong.