This repository has been archived by the owner on Apr 29, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 32
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
1 parent
38f6b2c
commit c4a3d72
Showing
16 changed files
with
141 additions
and
19 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,20 @@ | ||
--- | ||
title: PopClip Extension | ||
layout: default | ||
--- | ||
<section class="section"> | ||
<div class="container"> | ||
<div class="content has-text-centered"> | ||
<p><a href="/">Back to Home</a></p> | ||
<h1 class="title">PopClip Extension</h1> | ||
<p>Open Translatium with the selected text.</p> | ||
<p> | ||
<a href="https://raw.githubusercontent.com/quanglam2807/translatium/master/popclip/Translatium.popclipextz" class="button is-link is-medium"> | ||
Download | ||
</a> | ||
</p> | ||
<p><small>The extension requires Translatium v8.6.0 or higher.</small></p> | ||
<p><small>The extension is also available on <a href="https://pilotmoon.com/popclip/extensions/page/Translatium">PilotMoon's website</a> when it is <a href="https://github.com/pilotmoon/PopClip-Extensions/pull/1063">approved by the developer</a>.</small></p> | ||
</div> | ||
</div> | ||
</section> |
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
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 @@ | ||
A pull request has also been created at https://github.com/pilotmoon/PopClip-Extensions/pull/1063. |
Binary file not shown.
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,40 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>Extension Name</key> | ||
<string>Translatium</string> | ||
<key>Extension Identifier</key> | ||
<string>com.translatium.extension</string> | ||
<key>Extension Description</key> | ||
<string>Open Translatium with the selected text.</string> | ||
<key>Actions</key> | ||
<array> | ||
<dict> | ||
<key>URL</key> | ||
<string>translatium://?text={popclip text}</string> | ||
<key>Image File</key> | ||
<string>translatium.png</string> | ||
<key>Title</key> | ||
<string>Translatium</string> | ||
<key>Regular Expression</key> | ||
<string>(?s)^.{1,1900}$</string> | ||
</dict> | ||
</array> | ||
<key>Apps</key> | ||
<array> | ||
<dict> | ||
<key>Bundle Identifiers</key> | ||
<array> | ||
<string>com.moderntranslator.app</string> | ||
</array> | ||
<key>Check Installed</key> | ||
<true/> | ||
<key>Link</key> | ||
<string>https://translatiumapp.com/</string> | ||
<key>Name</key> | ||
<string>Translatium</string> | ||
</dict> | ||
</array> | ||
</dict> | ||
</plist> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
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
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
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
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
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
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
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
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