Simplepaper

Send the current page or link to your Instapaper list via button or contextual menu, with easy access to unread list

Simplepaper क्या है?

Simplepaper kaimoku द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Send the current page or link to your Instapaper list via button or contextual menu, with easy access to unread list"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Simplepaper is a very simple extension for Instapaper.

Click the extension button once to send the current page to Instapaper (also works in Google Reader).
Double-click the button to open Instapaper Unread list.
Send to Instapaper contextual menu option will send current page or link to Instapaper.

The icon will say send when sending to Instapaper.
It will say done when sending is done.
It will say err when there's an error -- usually invalid credentials.

Enter your credentials in the Options page. It will let you know when they're valid, and if they are they will be saved.

------

Update History
v.1.0.5 - Add cloud.feedly.com support
v.1.0.4 - Add Feedly support | Move code to GitHub
v.1.0.3 - Update to manifest v2 | Colored err/send/done tags                    

एक्सटेंशन की मूल जानकारी

नाम Simplepaper Simplepaper
ID pgioajldekeiphkdjccopedgdjbcdaim
आधिकारिक URL https://chromewebstore.google.com/detail/simplepaper/pgioajldekeiphkdjccopedgdjbcdaim
विवरण Send the current page or link to your Instapaper list via button or contextual menu, with easy access to unread list
फ़ाइल का आकार 52.42 KB
स्थापना संख्या 143
वर्तमान संस्करण 1.0.5
अंतिम अपडेट 2013-06-20
प्रकाशन तिथि 2013-06-20
रेटिंग 4.14/5 कुल 14 रेटिंग्स
डेवलपर kaimoku
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/kaimoku/Simplepaper
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simplepaper",
    "version": "1.0.5",
    "description": "Send the current page or link to your Instapaper list via button or contextual menu, with easy access to unread list",
    "background": {
        "scripts": [
            "jquery.min.js",
            "background.js"
        ]
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icon19.png",
        "default_title": "Simplepaper"
    },
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "https:\/\/www.instapaper.com\/*",
        "http:\/\/www.google.com\/reader\/*",
        "https:\/\/www.google.com\/reader\/*",
        "http:\/\/*.feedly.com\/*"
    ],
    "manifest_version": 2,
    "web_accessible_resources": [
        "reader.js",
        "feedly.js"
    ]
}