Search For Geocaches or Trackables

Search for Geocaching Trackables or a Geocache With An Easy To Use Extension

Τι είναι το Search For Geocaches or Trackables;

Το Search For Geocaches or Trackables είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον blueal, και η κύρια λειτουργία του είναι "Search for Geocaching Trackables or a Geocache With An Easy To Use Extension".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Search For Geocaches or Trackables

Λήψη αρχείων επέκτασης Search For Geocaches or Trackables σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Found a trackable in a geocache? Grabbed one from an event? Know a Geocaches GC Code and want to log it? This extension will allow you to easily get to thats trackable's or geocache's page with the fewest number of clicks possible! To Search For a Trackable, Simply click on the extension, and then type in the tracking code or reference number (TB#####) then like magic, your on the trackables page. To Search For a Geocache, Just do the same thing, except set it to Geocache first. This extension can streamline the process of logging trackables and help reduce the stress of having to log trackables or a geocache in a timely manner.

This extension also has an exclusive feature that allows you to go to a trackables, or a geocaches page in as little as 2 clicks. Just highlight the GC Code or Tracking Number on your screen, and then right click and select "Search For Geocaches or Trackables" and then just select either GC Code, or TB Code, and your done!

Currently, only full extension translations are available in Spanish, Czech, German, Dutch, and Chinese. If you want to help translate the extension, just send me an email with the address listed below.



*********
Email-
[email protected]


===============
Change Log
- Version 0.1
    Initial Release
- Version 0.2
    Removed Unnecessary code
- Version 0.3
    Added Google Analytics
- Version 0.3.1
    Fixed JavaScript Error
- Version 0.4.0
    Title, and description now in German and French!
- Version 0.4.1
    Title and description now available in Dutch and Spanish
- Version 0.5.0
    Extension now includes FULL translations in Spanish, Czech, and German! Changes also include adjustments to background code and layout.
- Version 1.0.0
    HUGE Update!! Extension now lets you search BOTH trackables and geocaches. The ContextMenu feature was added, and the popup is now in HTML5 :D! Chinese (simplified) translation is also available as a bonus.
- Version 1.1.0
    The save button has been removed allowing easier change of search mode! Many other changes have occurred but mostly involve changes to the code structure.
- Version 1.1.1
    Changed many thing code wise, like converting the background page to an event page speeding up your browsers performance.


This extension is now open source! Want to help translate? Want to add a new feature? The entire code is on github at https://github.com/blueal/Geocaching-Search-Extension Just create a branch, make your changes, and then generate a pull request to merge your changes when your finished and your changes will then be added in the next update.

Legal Stuff: This extension is not created by nor endorsed by Groundpseak or Geocaching.com in any way.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Search For Geocaches or Trackables Search For Geocaches or Trackables
ID adijfhhnlhbmfohpnhcmjlllfaadmkoo
Επίσημο URL https://chromewebstore.google.com/detail/search-for-geocaches-or-t/adijfhhnlhbmfohpnhcmjlllfaadmkoo
Περιγραφή Search for Geocaching Trackables or a Geocache With An Easy To Use Extension
Μέγεθος Αρχείου 71.5 KB
Αριθμός Εγκαταστάσεων 579
Τρέχουσα Έκδοση 1.1.1
Τελευταία Ενημέρωση 2014-03-07
Ημερομηνία Δημοσίευσης 2014-03-07
Αξιολόγηση 4.80/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής blueal
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες de,en,fr,nl,es,cs,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.1.1",
    "manifest_version": 2,
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "__MSG_appTitle__",
        "default_popup": "extension.html"
    },
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}