Popchrom

Save time and effort with Popchrom by creating your own shortcuts for text phrases! Whether it's a simple email signature or…

Τι είναι το Popchrom;

Το Popchrom είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον [email protected], και η κύρια λειτουργία του είναι "Save time and effort with Popchrom by creating your own shortcuts for text phrases! Whether it's a simple email signature or…".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Popchrom

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

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

                        To transform your abbreviation place the cursor on it and hit your personal shortcut (default is 'ctrl + space'). 

For more information go to the extension option page and visit the help tab.

New in popchrom 1.8:

Download of abbreviations to Download folder.
Import of download files by drop onto Text dropzone.
WYSIWYG editing of abbreviation, arguments, and expansion text.
Headers remain visible when tabs are scrolled.
Popchrom issue reporting integrated in context menu.
New variable %CLIPBOARD% available in abbreviation definitions. 
Several bugfixes.
Improved reporting via dialog boxes.

New in popchrom 1.7, 1.6:

Fixes

New in popchrom 1.5:

Google Mail compose window compatibility.
Backup capability.
Abbreviations with arguments.
Undo expansion with shortcut key while text is stilled marked.

New in popchrom 1.4, 1.3:

fix chrome 7 issue

New in popchrom 1.2:

fix sound bug on Chrome 5

New in popchrom 1.1:

* Choose your own shortcuts for substitution
* Add line breaks in Web-Editors(WYSIWYG)
* memory leak fix and code refactoring 

Known issues:

* Support all Google Docs (currently only Google Spreadsheets)
* Google Wave (preview) support
* Country-specific %DATE% substitution                    

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

Όνομα Popchrom Popchrom
ID iinhokidgfoomcighckbjmlcndbjmomp
Επίσημο URL https://chromewebstore.google.com/detail/popchrom/iinhokidgfoomcighckbjmlcndbjmomp
Περιγραφή Save time and effort with Popchrom by creating your own shortcuts for text phrases! Whether it's a simple email signature or…
Μέγεθος Αρχείου 102 KB
Αριθμός Εγκαταστάσεων 6,843
Τρέχουσα Έκδοση 1.8
Τελευταία Ενημέρωση 2013-07-10
Ημερομηνία Δημοσίευσης 2013-07-10
Αξιολόγηση 3.67/5 Συνολικά 165 Αξιολογήσεις
Προγραμματιστής [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://code.google.com/p/trnsfrmr/
Διεύθυνση URL της Σελίδας Βοήθειας https://code.google.com/p/trnsfrmr/issues/entry
Υποστηριζόμενες Γλώσσες de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extname__",
    "version": "1.8",
    "permissions": [
        "",
        "clipboardRead",
        "contextMenus",
        "notifications",
        "storage",
        "tabs"
    ],
    "description": "__MSG_extdescription__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon-16x16.png",
        "48": "icons\/icon-48x48.png",
        "128": "icons\/icon-128x128.png"
    },
    "web_accessible_resources": [
        "icons\/icon-16x16.png",
        "icons\/icon-48x48.png",
        "icons\/icon-128x128.png"
    ],
    "options_page": "options.html",
    "page_action": {
        "default_icon": "icons\/icon-16x16.png",
        "default_title": "__MSG_extname__ - __MSG_options__",
        "popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/settings.js",
                "scripts\/hashmap.js",
                "scripts\/date.js",
                "scripts\/search.js",
                "scripts\/jquery-1.4.2.min.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "page": "background.html"
    }
}