iPaste Extension

Store, synchronize, explore and manage your code snippets and notes easily and quickly (a pastebin like extention)

Τι είναι το iPaste Extension;

Το iPaste Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://www.ipaste.eu, και η κύρια λειτουργία του είναι "Store, synchronize, explore and manage your code snippets and notes easily and quickly (a pastebin like extention)".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        iPaste is a Chrome Extension which allows you to store, 	
synchronize and manage quickly and easily code snippets or notes.
---------------------------------------------------
Main features:
---------------------------------------------------
● quick paste code snippets
● code database manager
● download as PDF
● view as RAW (text format)
● syntax highlighter
● code snippets list synchronization between browsers
● search engine for searching in your code snippets database
● add code snippet through paste ID
● explore your code in a larger window :)
● filter source code alphabetically
● filter code snippets by syntax/category

---------------------------------------------------
It useful especially for keeping track of scripts that you use often. It allows you to create a small database of your code snippets. 

iPaste provides the data synchronization service, which means that if you install the extension on another computer, it will retrieve automatically the source code saved on the previous machine, associated with your account Google Chrome.

This extension lets you to store quickly source code or any textual content locally and on ipaste.eu. 

It provides also a fast access to your pastes list. Each paste can be viewed directly in the "Pastes" page of the extension or online. 

It supports syntax highlighter function for many programming languages, markup languages and style sheet languages like:
● Java
● C#
● C
● C++
● PHP
● Python
● Ruby
● GML
● Visual Basic
● CSS
● HTML
● ...
iPaste Extension is a pastebin like extension.                    

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

Όνομα iPaste Extension iPaste Extension
ID kpamemdmcpdaongndomehkdddjpbpmeb
Επίσημο URL https://chrome.google.com/webstore/detail/ipaste-extension/kpamemdmcpdaongndomehkdddjpbpmeb
Περιγραφή Store, synchronize, explore and manage your code snippets and notes easily and quickly (a pastebin like extention)
Μέγεθος Αρχείου 50.24 KB
Αριθμός Εγκαταστάσεων 158
Τρέχουσα Έκδοση 3.0.6
Τελευταία Ενημέρωση 2015-10-06
Ημερομηνία Δημοσίευσης 2015-05-21
Αξιολόγηση 3.60/5 Συνολικά 10 Αξιολογήσεις
Προγραμματιστής http://www.ipaste.eu
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.ipaste.eu/
Διεύθυνση URL της Σελίδας Βοήθειας http://www.ipaste.eu/info
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "iPaste Extension",
    "description": "Store, synchronize, explore and manage your code snippets and notes easily and quickly (a pastebin like extention)",
    "icons": {
        "16": "img\/ipaste-logo-16.png",
        "48": "img\/ipaste-logo-48.png",
        "128": "img\/ipaste-logo-128.png"
    },
    "version": "3.0.6",
    "permissions": [
        "http:\/\/www.ipaste.eu\/",
        "storage",
        "tabs",
        "unlimitedStorage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/*.googleapis.com https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": {
            "19": "img\/ipaste-logo-19.png",
            "38": "img\/ipaste-logo-38.png"
        },
        "default_popup": "html\/home.html",
        "default_title": "iPaste Extension"
    }
}