Skip to content

umihico/dex

Repository files navigation

Dex Chrome Extension - Decompiled Source

Chrome拡張機能「Dex for Chrome - Personal CRM and Rolodex」(v2.0.8) のデコンパイル済みソースコード

ディレクトリ構造

/tmp/dex-chrome-extension/
├── decompiled/          # shujiでデコンパイルしたソースコード
│   ├── background/      # バックグラウンドスクリプト
│   ├── contentscript/   # コンテンツスクリプト
│   └── pageWorld/       # ページワールドスクリプト
├── assets/              # アイコンなどのリソース
├── manifest.json        # 拡張機能のマニフェスト
└── *.js / *.js.map     # ビルド済みファイルとソースマップ

## 主要なソースファイル

### Background Scripts (decompiled/background/)
- background.ts - メインバックグラウンドスクリプト
- sentry.ts - エラー監視
- websites.ts - ウェブサイト定義

### Content Scripts (decompiled/contentscript/)
- contentscript.ts - メインコンテンツスクリプト
- linkedin.ts, linkedin-assist.ts - LinkedIn統合
- gmail.ts, google-calendar.ts - Google統合
- outlook.ts, superhuman.ts - メール統合
- facebook-page.ts, instagram-page.ts, twitter-page.ts - SNS統合
- floatingButton.ts, linkedInButton.ts - UI要素
- dex-page.ts - Dex固有のページ処理

## サポート対象サイト

LinkedIn, Facebook, Instagram, Twitter/X, Gmail, Superhuman, Outlook, Google Calendar など

## 元の場所

~/Library/Application Support/Google/Chrome/Default/Extensions/amlpnkfionniifnajgcalfndolieichk/2.0.8_0/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •