This repository contains the PopClip extensions I have written.
Of course, you should go and have a look at the official PopClip Extensions page too.
Before you can install any extension, you need to install PopClip.
Once PopClip is installed, download the extension you want from the Release page and double-click on the file. Since these extensions are not signed, you will be prompted to accept them.
Search the Fantastic Fiction site by author, book or isbn.
Once the FantasticFiction extension is installed, the option box will pop up, where you can choose your search criteria. This applies to all searches unless you change this option later on.
Track your parcels deliveries when sent through France's La Poste Colissimo (not valid for ColisPro, though). When installing, you will be able to configure your prefered language. Colissimo site support French, English, German, Dutch, Italian and Spanish.
I couldn't find full specifications for the allowed format. I found some input in this page for national and here for international. The site also mentions these possibilities (esp. for "avis de passage" which I found nowhere else):
En national : 8J13257432657
A l'international : CB123456789FR
ou par numéro d'Avis de passage : 12345678901
The regexp implementing this is quite lax. Let me know if you need/want stricter validation (but then it will have to be scripted) or if you find a valid number I do not support. As it is, it works for me.
Track your parcels deliveries when sent through Colis Privé.
No specification found but the tracking number looks to be a sequence of 17 digits.
In case you want to build the extensions yourself, simply clone and run ./build.sh. This will create a build directory and a .popclipextz file for each extension.
If you add you own, edit the EXTS variable at the top of the script and complete the list (space separated).
PopClip Extensions documentation is here.
This project is copyright Thierry Godfroid and released under the MIT license. Please see the file called LICENSE in the source distribution.
PopClip is the work of Nick Moore at PilotMoon.
All constructive feedback, request for feature or PR gratefully accepted. Do let me know what you think. And if you find a bug, feel free to open an issue, of course!