Unpin

Pinboard.in Unread Checker

Τι είναι το Unpin;

Το Unpin είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://www.azulneon.com, και η κύρια λειτουργία του είναι "Pinboard.in Unread Checker".

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

screenshot
screenshot

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

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

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

                        Unpin is an easy way to access your unread items in Pinboard.in.

We will support marking items as read as soon as it is supported by the API.

Changes in version 1.0.5.6
- Stopped using user/password for authentication in favor of the new API token.

Changes in version 1.0.5.5

- Improved error handling.

Changes in version 1.0.5.4

- Several bugs fixed

Changes in version 1.0.5.3

- Faster display of the popup menu. All items are already
  cached when the extension is loaded. 

Changes in version 1.0.5.2

- Updated manifest version format

Changes in version 1.0.5

- Added unread count indicator


Changes in version 1.0.4

- Links open in background tabs so that several pages can be open in a fast way.
- Apply Readability when opening a link
- As the Readability bookmarlet is executed as a content script in the linked page the extension now has to ask for extra permissions.                    

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

Όνομα Unpin Unpin
ID glpieeieaeenghbdbmagbmhlilpocgic
Επίσημο URL https://chrome.google.com/webstore/detail/unpin/glpieeieaeenghbdbmagbmhlilpocgic
Περιγραφή Pinboard.in Unread Checker
Μέγεθος Αρχείου 57.6 KB
Αριθμός Εγκαταστάσεων 15
Τρέχουσα Έκδοση 1.0.5.6
Τελευταία Ενημέρωση 2014-12-20
Ημερομηνία Δημοσίευσης 2014-12-20
Αξιολόγηση 4.33/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής http://www.azulneon.com
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://azulneon.com
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Unpin",
    "version": "1.0.5.6",
    "description": "Pinboard.in Unread Checker",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "\/images\/icon.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "tabs",
        "*:\/\/*\/*"
    ]
}