├── GoogleColl.sln ├── GoogleColl.v11.suo ├── GoogleColl ├── AddConfig.Designer.cs ├── AddConfig.cs ├── AddConfig.resx ├── GoogelColl.ico ├── GoogleColl.csproj ├── KOF_128px_1087427_easyicon.net.ico ├── MainForm.Designer.cs ├── MainForm.cs ├── MainForm.resx ├── Program.cs ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings ├── Resources │ └── Newtonsoft.Json.net2.0.gzip ├── entity │ ├── KeywordCodeTrigger.cs │ └── UrlInfo.cs ├── handle │ └── JsonHandle.cs └── packages.config ├── LICENSE ├── packages ├── EO.WebBrowser.18.0.15 │ ├── EO.WebBrowser.18.0.15.nupkg │ └── lib │ │ ├── EO.Base.dll │ │ ├── EO.Base.xml │ │ ├── EO.WebBrowser.dll │ │ ├── EO.WebBrowser.xml │ │ ├── EO.WebEngine.dll │ │ ├── EO.WebEngine.xml │ │ ├── GACTools.exe │ │ └── eowp.exe └── repositories.config └── readme.md /GoogleColl.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coodyer/GoogleColler/HEAD/GoogleColl.sln -------------------------------------------------------------------------------- /GoogleColl.v11.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coodyer/GoogleColler/HEAD/GoogleColl.v11.suo -------------------------------------------------------------------------------- /GoogleColl/AddConfig.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coodyer/GoogleColler/HEAD/GoogleColl/AddConfig.Designer.cs -------------------------------------------------------------------------------- /GoogleColl/AddConfig.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coodyer/GoogleColler/HEAD/GoogleColl/AddConfig.cs -------------------------------------------------------------------------------- /GoogleColl/AddConfig.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coodyer/GoogleColler/HEAD/GoogleColl/AddConfig.resx -------------------------------------------------------------------------------- /GoogleColl/GoogelColl.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coodyer/GoogleColler/HEAD/GoogleColl/GoogelColl.ico -------------------------------------------------------------------------------- /GoogleColl/GoogleColl.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coodyer/GoogleColler/HEAD/GoogleColl/GoogleColl.csproj -------------------------------------------------------------------------------- /GoogleColl/KOF_128px_1087427_easyicon.net.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coodyer/GoogleColler/HEAD/GoogleColl/KOF_128px_1087427_easyicon.net.ico -------------------------------------------------------------------------------- /GoogleColl/MainForm.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coodyer/GoogleColler/HEAD/GoogleColl/MainForm.Designer.cs -------------------------------------------------------------------------------- /GoogleColl/MainForm.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coodyer/GoogleColler/HEAD/GoogleColl/MainForm.cs -------------------------------------------------------------------------------- /GoogleColl/MainForm.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coodyer/GoogleColler/HEAD/GoogleColl/MainForm.resx -------------------------------------------------------------------------------- /GoogleColl/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coodyer/GoogleColler/HEAD/GoogleColl/Program.cs -------------------------------------------------------------------------------- /GoogleColl/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coodyer/GoogleColler/HEAD/GoogleColl/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /GoogleColl/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coodyer/GoogleColler/HEAD/GoogleColl/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /GoogleColl/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coodyer/GoogleColler/HEAD/GoogleColl/Properties/Resources.resx -------------------------------------------------------------------------------- /GoogleColl/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coodyer/GoogleColler/HEAD/GoogleColl/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /GoogleColl/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coodyer/GoogleColler/HEAD/GoogleColl/Properties/Settings.settings -------------------------------------------------------------------------------- /GoogleColl/Resources/Newtonsoft.Json.net2.0.gzip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coodyer/GoogleColler/HEAD/GoogleColl/Resources/Newtonsoft.Json.net2.0.gzip -------------------------------------------------------------------------------- /GoogleColl/entity/KeywordCodeTrigger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coodyer/GoogleColler/HEAD/GoogleColl/entity/KeywordCodeTrigger.cs -------------------------------------------------------------------------------- /GoogleColl/entity/UrlInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coodyer/GoogleColler/HEAD/GoogleColl/entity/UrlInfo.cs -------------------------------------------------------------------------------- /GoogleColl/handle/JsonHandle.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coodyer/GoogleColler/HEAD/GoogleColl/handle/JsonHandle.cs -------------------------------------------------------------------------------- /GoogleColl/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coodyer/GoogleColler/HEAD/GoogleColl/packages.config -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coodyer/GoogleColler/HEAD/LICENSE -------------------------------------------------------------------------------- /packages/EO.WebBrowser.18.0.15/EO.WebBrowser.18.0.15.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coodyer/GoogleColler/HEAD/packages/EO.WebBrowser.18.0.15/EO.WebBrowser.18.0.15.nupkg -------------------------------------------------------------------------------- /packages/EO.WebBrowser.18.0.15/lib/EO.Base.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coodyer/GoogleColler/HEAD/packages/EO.WebBrowser.18.0.15/lib/EO.Base.dll -------------------------------------------------------------------------------- /packages/EO.WebBrowser.18.0.15/lib/EO.Base.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coodyer/GoogleColler/HEAD/packages/EO.WebBrowser.18.0.15/lib/EO.Base.xml -------------------------------------------------------------------------------- /packages/EO.WebBrowser.18.0.15/lib/EO.WebBrowser.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coodyer/GoogleColler/HEAD/packages/EO.WebBrowser.18.0.15/lib/EO.WebBrowser.dll -------------------------------------------------------------------------------- /packages/EO.WebBrowser.18.0.15/lib/EO.WebBrowser.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coodyer/GoogleColler/HEAD/packages/EO.WebBrowser.18.0.15/lib/EO.WebBrowser.xml -------------------------------------------------------------------------------- /packages/EO.WebBrowser.18.0.15/lib/EO.WebEngine.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coodyer/GoogleColler/HEAD/packages/EO.WebBrowser.18.0.15/lib/EO.WebEngine.dll -------------------------------------------------------------------------------- /packages/EO.WebBrowser.18.0.15/lib/EO.WebEngine.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coodyer/GoogleColler/HEAD/packages/EO.WebBrowser.18.0.15/lib/EO.WebEngine.xml -------------------------------------------------------------------------------- /packages/EO.WebBrowser.18.0.15/lib/GACTools.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coodyer/GoogleColler/HEAD/packages/EO.WebBrowser.18.0.15/lib/GACTools.exe -------------------------------------------------------------------------------- /packages/EO.WebBrowser.18.0.15/lib/eowp.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coodyer/GoogleColler/HEAD/packages/EO.WebBrowser.18.0.15/lib/eowp.exe -------------------------------------------------------------------------------- /packages/repositories.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coodyer/GoogleColler/HEAD/packages/repositories.config -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coodyer/GoogleColler/HEAD/readme.md --------------------------------------------------------------------------------