Unpin

Pinboard.in Unread Checker

Unpin क्या है?

Unpin http://www.azulneon.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Pinboard.in Unread Checker"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Unpin एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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",
        "*:\/\/*\/*"
    ]
}