├── Downloads ├── FullHalfWidth Services.zip ├── FullHalfWidth.popclipextz ├── GoogleTranslatePopup.zip ├── ImFeelingLucky.popclipextz └── WordCountPlus.popclipextz ├── Extras └── FullHalfWidth Services │ ├── Full to Half Width.workflow │ └── Contents │ │ ├── Info.plist │ │ ├── QuickLook │ │ └── Preview.png │ │ └── document.wflow │ └── Half to Full Width.workflow │ └── Contents │ ├── Info.plist │ ├── QuickLook │ └── Thumbnail.png │ └── document.wflow ├── FullHalfWidth.popclipext ├── Config.plist ├── FullHalfWidth.png ├── full.pl ├── full.png ├── half.pl └── half.png ├── GoogleTranslatePopup ├── Google Translate.workflow │ └── Contents │ │ ├── Info.plist │ │ ├── QuickLook │ │ └── Preview.png │ │ └── document.wflow └── GoogleTranslatePopup.popclipext │ ├── Config.plist │ └── TranslationIcon.png ├── ImFeelingLucky.popclipext ├── Config.plist └── FeelingLuckyIcon.png ├── README.md └── WordCountPlus.popclipext ├── Config.plist ├── WordCountPlus.png └── wordcountplus.py /Downloads/FullHalfWidth Services.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucifr/PopClip-Extensions/HEAD/Downloads/FullHalfWidth Services.zip -------------------------------------------------------------------------------- /Downloads/FullHalfWidth.popclipextz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucifr/PopClip-Extensions/HEAD/Downloads/FullHalfWidth.popclipextz -------------------------------------------------------------------------------- /Downloads/GoogleTranslatePopup.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucifr/PopClip-Extensions/HEAD/Downloads/GoogleTranslatePopup.zip -------------------------------------------------------------------------------- /Downloads/ImFeelingLucky.popclipextz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucifr/PopClip-Extensions/HEAD/Downloads/ImFeelingLucky.popclipextz -------------------------------------------------------------------------------- /Downloads/WordCountPlus.popclipextz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucifr/PopClip-Extensions/HEAD/Downloads/WordCountPlus.popclipextz -------------------------------------------------------------------------------- /Extras/FullHalfWidth Services/Full to Half Width.workflow/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucifr/PopClip-Extensions/HEAD/Extras/FullHalfWidth Services/Full to Half Width.workflow/Contents/Info.plist -------------------------------------------------------------------------------- /Extras/FullHalfWidth Services/Full to Half Width.workflow/Contents/QuickLook/Preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucifr/PopClip-Extensions/HEAD/Extras/FullHalfWidth Services/Full to Half Width.workflow/Contents/QuickLook/Preview.png -------------------------------------------------------------------------------- /Extras/FullHalfWidth Services/Full to Half Width.workflow/Contents/document.wflow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucifr/PopClip-Extensions/HEAD/Extras/FullHalfWidth Services/Full to Half Width.workflow/Contents/document.wflow -------------------------------------------------------------------------------- /Extras/FullHalfWidth Services/Half to Full Width.workflow/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucifr/PopClip-Extensions/HEAD/Extras/FullHalfWidth Services/Half to Full Width.workflow/Contents/Info.plist -------------------------------------------------------------------------------- /Extras/FullHalfWidth Services/Half to Full Width.workflow/Contents/QuickLook/Thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucifr/PopClip-Extensions/HEAD/Extras/FullHalfWidth Services/Half to Full Width.workflow/Contents/QuickLook/Thumbnail.png -------------------------------------------------------------------------------- /Extras/FullHalfWidth Services/Half to Full Width.workflow/Contents/document.wflow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucifr/PopClip-Extensions/HEAD/Extras/FullHalfWidth Services/Half to Full Width.workflow/Contents/document.wflow -------------------------------------------------------------------------------- /FullHalfWidth.popclipext/Config.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucifr/PopClip-Extensions/HEAD/FullHalfWidth.popclipext/Config.plist -------------------------------------------------------------------------------- /FullHalfWidth.popclipext/FullHalfWidth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucifr/PopClip-Extensions/HEAD/FullHalfWidth.popclipext/FullHalfWidth.png -------------------------------------------------------------------------------- /FullHalfWidth.popclipext/full.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucifr/PopClip-Extensions/HEAD/FullHalfWidth.popclipext/full.pl -------------------------------------------------------------------------------- /FullHalfWidth.popclipext/full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucifr/PopClip-Extensions/HEAD/FullHalfWidth.popclipext/full.png -------------------------------------------------------------------------------- /FullHalfWidth.popclipext/half.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucifr/PopClip-Extensions/HEAD/FullHalfWidth.popclipext/half.pl -------------------------------------------------------------------------------- /FullHalfWidth.popclipext/half.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucifr/PopClip-Extensions/HEAD/FullHalfWidth.popclipext/half.png -------------------------------------------------------------------------------- /GoogleTranslatePopup/Google Translate.workflow/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucifr/PopClip-Extensions/HEAD/GoogleTranslatePopup/Google Translate.workflow/Contents/Info.plist -------------------------------------------------------------------------------- /GoogleTranslatePopup/Google Translate.workflow/Contents/QuickLook/Preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucifr/PopClip-Extensions/HEAD/GoogleTranslatePopup/Google Translate.workflow/Contents/QuickLook/Preview.png -------------------------------------------------------------------------------- /GoogleTranslatePopup/Google Translate.workflow/Contents/document.wflow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucifr/PopClip-Extensions/HEAD/GoogleTranslatePopup/Google Translate.workflow/Contents/document.wflow -------------------------------------------------------------------------------- /GoogleTranslatePopup/GoogleTranslatePopup.popclipext/Config.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucifr/PopClip-Extensions/HEAD/GoogleTranslatePopup/GoogleTranslatePopup.popclipext/Config.plist -------------------------------------------------------------------------------- /GoogleTranslatePopup/GoogleTranslatePopup.popclipext/TranslationIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucifr/PopClip-Extensions/HEAD/GoogleTranslatePopup/GoogleTranslatePopup.popclipext/TranslationIcon.png -------------------------------------------------------------------------------- /ImFeelingLucky.popclipext/Config.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucifr/PopClip-Extensions/HEAD/ImFeelingLucky.popclipext/Config.plist -------------------------------------------------------------------------------- /ImFeelingLucky.popclipext/FeelingLuckyIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucifr/PopClip-Extensions/HEAD/ImFeelingLucky.popclipext/FeelingLuckyIcon.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucifr/PopClip-Extensions/HEAD/README.md -------------------------------------------------------------------------------- /WordCountPlus.popclipext/Config.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucifr/PopClip-Extensions/HEAD/WordCountPlus.popclipext/Config.plist -------------------------------------------------------------------------------- /WordCountPlus.popclipext/WordCountPlus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucifr/PopClip-Extensions/HEAD/WordCountPlus.popclipext/WordCountPlus.png -------------------------------------------------------------------------------- /WordCountPlus.popclipext/wordcountplus.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucifr/PopClip-Extensions/HEAD/WordCountPlus.popclipext/wordcountplus.py --------------------------------------------------------------------------------