Pinboard Right
Post webpages, links and selected text to Pinboard.in from the context menu (right-click menu).
Pinboard Right क्या है?
Pinboard Right https://markjhulme.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Post webpages, links and selected text to Pinboard.in from the context menu (right-click menu)."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Pinboard Right एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This lightweight extension for Google Chrome allows posting to the wonderful bookmarking site pinboard.in from the right click (contextual) menu. Post to pinboard by right-clicking: - anywhere in the body of a webpage - on any link, or - on any selected text (which will appear in pinboard's description field.) Credits: - Inspired by the TweetRight extension (blog.arpitnext.com/tweetright) Icon adapted from: - icondock.com/free/vector-social-media-icons - http://flic.kr/p/5hF7Fc More info / contact: http://markjhulme.com/tagged/pinboard
एक्सटेंशन की मूल जानकारी
नाम | Pinboard Right |
ID | mpiepoibcfbjicpaicclndcjebbibpld |
आधिकारिक URL | https://chromewebstore.google.com/detail/pinboard-right/mpiepoibcfbjicpaicclndcjebbibpld |
विवरण | Post webpages, links and selected text to Pinboard.in from the context menu (right-click menu). |
फ़ाइल का आकार | 26.48 KB |
स्थापना संख्या | 517 |
वर्तमान संस्करण | 1.6.50 |
अंतिम अपडेट | 2016-01-13 |
प्रकाशन तिथि | 2016-01-13 |
रेटिंग | 4.56/5 कुल 27 रेटिंग्स |
डेवलपर | https://markjhulme.com |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://markjhulme.com/tagged/pinboard |
समर्थित भाषाएँ | en |
manifest.json | |
{ "manifest_version": 2, "background": { "page": "background.html" }, "name": "Pinboard Right", "version": "1.6.50", "description": "Post webpages, links and selected text to Pinboard.in from the context menu (right-click menu).", "icons": { "16": "pinboard-16x16.png", "48": "pinboard-48x48.png", "128": "pinboard-128x128.png" }, "permissions": [ "contextMenus", "tabs" ], "homepage_url": "http:\/\/pinboardright.markjhulme.com\/", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "minimum_chrome_version": "6.0" } |